dev-python/tempy: new package, add 9999

Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
Henri Gasc
2023-01-18 11:22:19 +01:00
parent 393cdb2182
commit ee05812918
4 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
diff --git a/setup.py b/setup.py
index 8911137..89122c4 100644
--- a/setup.py
+++ b/setup.py
@@ -23,9 +23,7 @@ setup(
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
- packages=["tempy"],
- package_data={"": ["assets/*.txt"]},
- include_package_data=True,
+ packages=["tempy", "tempy.assets"],
install_requires=["requests", "rich"],
entry_points={"console_scripts": ["tempy=tempy.__main__:main"]},
python_requires=">=3.6",