Skip to content

Commit

Permalink
Merge pull request #14 from a1ezzz/setup_py_fix
Browse files Browse the repository at this point in the history
setup.py: tests directory will not be installed
  • Loading branch information
cyberdelia committed Aug 13, 2018
2 parents 84d991f + cbb9411 commit ebde623
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 @@ -28,7 +28,7 @@ def is_pure(self):
author_email='timothee.peignier@tryphon.org',
url='https://github.com/cyberdelia/atomic',
license='MIT',
packages=find_packages(),
packages=find_packages(exclude=('tests',)),
zip_safe=False,
include_package_data=True,
classifiers=[
Expand Down

0 comments on commit ebde623

Please sign in to comment.