2021-04-17 04:43:10 +00:00
|
|
|
[metadata]
|
|
|
|
# until setuptools supports PEP621, this will have to do
|
|
|
|
name = yaclog
|
|
|
|
description = Yet another changelog CLI tool.
|
|
|
|
author = Andrew Cassidy
|
|
|
|
license = AGPLv3
|
|
|
|
license_file = LICENSE.md
|
|
|
|
long_description = file: README.md
|
|
|
|
long_description_content_type = text/markdown
|
|
|
|
|
|
|
|
keywords = changelog, commandline, markdown
|
|
|
|
classifiers =
|
2021-04-17 04:47:21 +00:00
|
|
|
Development Status :: 4 - Beta
|
2021-04-17 04:43:10 +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 :: Text Processing :: Markup :: Markdown
|
|
|
|
Topic :: Software Development :: Version Control :: Git
|
|
|
|
Topic :: Utilities
|
|
|
|
|
2021-04-19 05:14:12 +00:00
|
|
|
project_urls =
|
|
|
|
Source Code = https://github.com/drewcassidy/yaclog
|
|
|
|
Changelog = https://github.com/drewcassidy/yaclog/blob/main/CHANGELOG.md
|
2021-04-17 07:29:13 +00:00
|
|
|
|
2021-04-17 04:43:10 +00:00
|
|
|
[options]
|
|
|
|
install_requires = Click; GitPython
|
2021-04-18 04:53:16 +00:00
|
|
|
python_requires = >= 3.8
|
2021-04-17 04:43:10 +00:00
|
|
|
packages = find:
|