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
sup39 d04fe83498 [v0.1.0] remove pywin32 as dependencies
- use logger to print info
- print gecko code through stdout
2023-02-11 23:27:07 +09:00

30 lines
720 B
INI

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