Skip to content

Commit

Permalink
Exclude tests package from setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonatan-lopes committed Jun 13, 2022
1 parent 0912579 commit 1de00d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ def get_readme():
],
keywords='progress bar progress-bar progressbar spinner eta monitoring python terminal '
'multi-threaded REPL alive animated visual feedback simple live efficient'.split(),
packages=find_packages(),
packages=find_packages(
exclude=["*tests*"]
),
data_files=[('', ['LICENSE'])],
python_requires='>=3.7, <4',
install_requires=['about_time==3.1.1', 'grapheme==0.6.0'],
Expand Down

0 comments on commit 1de00d0

Please sign in to comment.