mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-08 03:40:34 -04:00
16 lines
526 B
Diff
16 lines
526 B
Diff
diff --git a/setup.py b/setup.py
|
|
index f67994f..e62f7c1 100644
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -23,8 +23,8 @@ setup(
|
|
"License :: OSI Approved :: MIT License",
|
|
"Operating System :: OS Independent",
|
|
],
|
|
- packages=["tempy"],
|
|
- 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"]},
|