mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 01:23:23 -04:00
dev-python/tempy: add 1.0.8, drop 9999
Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
diff --git a/setup.py b/setup.py
|
||||
index 8911137..89122c4 100644
|
||||
index f67994f..e62f7c1 100644
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -23,9 +23,7 @@ setup(
|
||||
@@ -23,8 +23,8 @@ setup(
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Operating System :: OS Independent",
|
||||
],
|
||||
- packages=["tempy"],
|
||||
- package_data={"": ["assets/*.txt"]},
|
||||
- include_package_data=True,
|
||||
- package_data={"": ["assets/*.txt", "tempyrc"]},
|
||||
+ packages=["tempy", "tempy.assets"],
|
||||
+ package_data={"": ["tempyrc"]},
|
||||
include_package_data=True,
|
||||
install_requires=["requests", "rich"],
|
||||
entry_points={"console_scripts": ["tempy=tempy.__main__:main"]},
|
||||
python_requires=">=3.6",
|
||||
|
||||
Reference in New Issue
Block a user