diff options
| author | 2023-07-04 12:07:45 +0800 | |
|---|---|---|
| committer | 2023-07-04 12:07:45 +0800 | |
| commit | f55eee34c51e3615c02e4f37575f7923b459a8f4 (patch) | |
| tree | f3ef2420af30973ac35c546237e424ab9682d671 | |
| parent | c6a744cb65f60d4657fe41a5cb7ad2ad0e972f0e (diff) | |
| download | infini-f55eee34c51e3615c02e4f37575f7923b459a8f4.tar.gz infini-f55eee34c51e3615c02e4f37575f7923b459a8f4.zip | |
Update setup.cfg
| -rw-r--r-- | setup.cfg | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 |
