You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yaclog-ksp/setup.cfg

33 lines
1.0 KiB
INI

[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
url = https://github.com/drewcassidy/yaclog-ksp
keywords = changelog, commandline, markdown, KSP
classifiers =
Development Status :: 3 - Alpha
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
[options]
install_requires = Click; GitPython; yaclog
python_requires >= 3.8
packages = find:
[options.entry_points]
console_scripts =
yaclog-ksp = yaclog_ksp.__main__:main