chore: improve setuptools find_packages (#1985)
This commit is contained in:
parent
b5267068e4
commit
77f5c9951e
6 changed files with 9 additions and 12 deletions
|
@ -19,7 +19,7 @@ setup(
|
|||
"Source Code": "https://github.com/libretime/libretime",
|
||||
},
|
||||
license="AGPLv3",
|
||||
packages=find_packages(),
|
||||
packages=find_packages(exclude=["*tests*", "*fixtures*"]),
|
||||
python_requires=">=3.6",
|
||||
install_requires=[
|
||||
"python-dateutil>=2.8.1,<2.9",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue