Skip to content

Commit

Permalink
Explicitly state which packages to include (so exclude 'tests') (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
derekbekoe authored Jan 9, 2018
1 parent 04bbfef commit d7ccb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
'Programming Language :: Python :: 3.6',
'License :: OSI Approved :: MIT License',
],
packages=find_packages(),
packages=['knack', 'knack.testsdk'],
install_requires=DEPENDENCIES,
extras_require={
':python_version<"3.4"': ['enum34']
Expand Down

0 comments on commit d7ccb47

Please sign in to comment.