supGecko/setup.cfg

23 lines
529 B
INI
Raw Normal View History

2023-07-14 20:48:11 +09:00
[metadata]
name = supGecko
version = 0.1.0a4
author = sup39
author_email = sms@sup39.dev
description = A helper library to write Gecko code
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/sup39/supGecko
license = MIT
project_urls =
Bug Tracker = https://github.com/sup39/supGecko/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
[options]
packages = find:
python_requires = >=3.8
[options.packages.find]
where = src