1
0
Fork 0
mirror of synced 2024-06-17 01:54:46 +12:00

setup.py bugfix

This commit is contained in:
Dummerle 2021-01-06 21:03:24 +01:00
parent 80d3802208
commit 7b481da8db

View file

@ -14,7 +14,7 @@ setuptools.setup(
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/Dummerle/Rare",
packages=setuptools.find_packages(where="Rare/"),
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",