yaclog-ksp/setup.cfg

39 lines
1.2 KiB
INI
Raw Normal View History

2021-04-17 04:08:54 +00:00
[metadata]
# until setuptools supports PEP621, this will have to do
name = yaclog-ksp
description = Kerbal Space Program changelog file generator
author = Andrew Cassidy
license = AGPLv3
license_file = LICENSE.md
long_description = file: README.md
long_description_content_type = text/markdown
keywords = changelog, commandline, markdown, KSP
classifiers =
2021-05-07 22:48:07 +00:00
Development Status :: 5 - Production/Stable
2021-04-17 04:08:54 +00:00
Intended Audience :: Developers
License :: OSI Approved :: GNU Affero General Public License v3
Operating System :: OS Independent
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Games/Entertainment :: Simulation
Topic :: Text Processing :: Markup :: Markdown
Topic :: Utilities
project_urls =
Changelog = https://github.com/drewcassidy/yaclog-ksp/blob/main/CHANGELOG.md
Source = https://github.com/drewcassidy/yaclog-ksp
Forum Post = https://forum.kerbalspaceprogram.com/index.php?/topic/201784-*
2021-04-17 07:28:48 +00:00
2021-04-17 04:08:54 +00:00
[options]
install_requires =
2021-05-12 02:42:56 +00:00
Click >= 7.0, < 9.0
2021-05-07 06:17:42 +00:00
yaclog ~= 1.0
2021-04-18 04:50:10 +00:00
python_requires = >= 3.8
2021-04-17 04:08:54 +00:00
packages = find:
[options.entry_points]
console_scripts =
yaclog-ksp = yaclog_ksp.__main__:main