Skip to content

Commit

Permalink
Excluded tests from generated pip package.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxipavlovic committed May 20, 2020
1 parent d04974c commit 354aad2
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 @@ -17,7 +17,7 @@ def read_file(name):

python_requires='>=3.5',
zip_safe=True,
packages=find_packages(),
packages=find_packages(exclude=('tests',)),
include_package_data=True,
install_requires=read_file('requirements/dev.txt').splitlines(),
tests_require=read_file('requirements/test.txt').splitlines(),
Expand Down

0 comments on commit 354aad2

Please sign in to comment.