Archived
1
0
Fork 0
This repository has been archived on 2024-02-07. You can view files and clone it, but cannot push or open issues or pull requests.
supSMSASM/setup.cfg

31 lines
720 B
INI
Raw Normal View History

2022-10-14 18:46:03 +09:00
[metadata]
2022-10-14 20:44:43 +09:00
name = supSMSASM
version = 0.1.0
2022-10-14 18:46:03 +09:00
author = sup39
author_email = sms@sup39.dev
2022-10-14 20:44:43 +09:00
description = A tool to make Gecko code from ASM for SMS
2022-10-14 18:46:03 +09:00
long_description = file: README.md
long_description_content_type = text/markdown
2022-10-14 20:44:43 +09:00
url = https://github.com/sup39/supSMSASM
2022-10-14 18:46:03 +09:00
license = MIT
project_urls =
2022-10-14 20:44:43 +09:00
Bug Tracker = https://github.com/sup39/supSMSASM/issues
2022-10-14 18:46:03 +09:00
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
# Operating System :: Microsoft :: Windows
2022-10-14 18:46:03 +09:00
[options]
include_package_data = True
packages = find:
python_requires = >=3.8
#install_requires =
# pywin32 >= 304
2022-10-14 18:46:03 +09:00
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
2022-10-14 20:44:43 +09:00
supSMSASM = supSMSASM.cli:main