aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/setup.cfg
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-07-04 12:07:45 +0800
committerGitHub <noreply@github.com>2023-07-04 12:07:45 +0800
commitf55eee34c51e3615c02e4f37575f7923b459a8f4 (patch)
treef3ef2420af30973ac35c546237e424ab9682d671 /setup.cfg
parentc6a744cb65f60d4657fe41a5cb7ad2ad0e972f0e (diff)
downloadinfini-f55eee34c51e3615c02e4f37575f7923b459a8f4.tar.gz
infini-f55eee34c51e3615c02e4f37575f7923b459a8f4.zip
Update setup.cfg
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg9
1 files changed, 8 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index d2e7ffc8..f3d072ea 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = hydrorollcore
-version = 0.1.0
+version = 1.0
author = 简律纯
author_email = i@jyunko.cn
description = Core of HydroRoll.
@@ -15,3 +15,10 @@ classifiers =
[options]
packages = find:
python_requires = >=3.8
+
+install_requires =
+ tkinter
+
+[options.entry_points]
+console_scripts =
+ HydroRoll = HydroRoll.__main__:main