mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 01:23:23 -04:00
dev-python/tempy: new package, add 9999
Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
15
dev-python/tempy/files/assets.patch
Normal file
15
dev-python/tempy/files/assets.patch
Normal 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",
|
||||
Reference in New Issue
Block a user