summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorIonel Cristian Mărieș <contact@ionelmc.ro>2013-12-31 03:42:15 +0200
committerIonel Cristian Mărieș <contact@ionelmc.ro>2013-12-31 03:42:15 +0200
commit32e531713370b4b6d688afe5272c753a2fe24173 (patch)
tree909c3159b07287217e7593cd4091a0cc54182988 /setup.py
parentbf5dd770120acde9eacb502d39ed63ee2997e564 (diff)
Fix stuff; Add tests.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 64cb967..505ccd4 100644
--- a/setup.py
+++ b/setup.py
@@ -13,8 +13,8 @@ setup(
long_description = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read(),
author = 'Ionel Cristian Mărieș',
author_email = 'contact@ionelmc.ro',
+ packages = find_packages('src'),
package_dir = {'':'src'},
- py_modules = ['pth'],
include_package_data = True,
zip_safe = False,
classifiers = [