fix module

This commit is contained in:
Dimitris Zlatanidis 2014-10-21 07:24:00 +03:00
parent 7324c1d690
commit 60fb965aa6
2 changed files with 2 additions and 1 deletions

1
bin/__init__.py Normal file
View file

@ -0,0 +1 @@
# [ bin ] directory

View file

@ -26,7 +26,7 @@ import sys
import gzip
import shutil
from slpkg.__metadate__ import __version__, __email__, __author__
from slpkg.__metadata__ import __version__, __email__, __author__
try:
from setuptools import setup