Skip to content

Commit

Permalink
ENH:Use the setuptools.find_packages() but add folders
Browse files Browse the repository at this point in the history
  • Loading branch information
arkilic committed Jun 7, 2016
1 parent 5275cf6 commit 7c022f2
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
Expand Up @@ -13,8 +13,8 @@ def read(fname):
cmdclass=versioneer.get_cmdclass(),
license="BSD 3-Clause",
url="https://github.com/NSLS-II/amostra.git",
packages=['amostra', 'amostra.client', 'amostra.schemas',
'amostra.server']
packages=setuptools.find_packages(),
install_package_data = True,
classifiers=[
"License :: OSI Approved :: BSD License",
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit 7c022f2

Please sign in to comment.