mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2024-11-22 05:17:59 +01:00
Exclude tests from packages in setup script
This commit is contained in:
parent
a4c1fe5a2d
commit
7248ec244b
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -31,5 +31,5 @@ from fimfarchive import __version__
|
|||
setup(
|
||||
name="fimfarchive",
|
||||
version=__version__,
|
||||
packages=find_packages(),
|
||||
packages=find_packages(exclude=['tests', 'tests.*']),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue