Skip to content

Commit

Permalink
Merge pull request #49 in SWFT/django-rql from ~MKOLYUBYAKIN/django-r…
Browse files Browse the repository at this point in the history
…ql:bugfix/LITE-13600 to master

* commit '354aad2c418e68078454becd711950f9eb96d828':
  Excluded `tests` from generated pip package.
  • Loading branch information
d3rky committed May 20, 2020
2 parents d04974c + 354aad2 commit 83ef2fa
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 83ef2fa

Please sign in to comment.