Skip to content

Commit

Permalink
swapped in find_packages
Browse files Browse the repository at this point in the history
  • Loading branch information
etosch committed Mar 18, 2015
1 parent 587fa1d commit d063d3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#!/usr/bin/python2.7

from distutils.core import setup
#from setuptools import setup, find_packages
from setuptools import find_packages

setup(
name='SMPy',
version='1.0.2',
author='Emma Tosch',
author_email='etosch@cs.umass.edu',
packages=['surveyman', 'surveyman.test', 'surveyman.survey'],
packages=find_packages(),
package_data={'': ['*.json', 'VERSION']},
url='http://surveyman.github.io/SMPy',
license='CRAPL',
Expand Down

0 comments on commit d063d3b

Please sign in to comment.