diff options
Diffstat (limited to '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 |
