xconfluencebuilder/setup.cfg
Rodweil, Theodor 593b58c9de
fix(setup.cfg): remove obsolete license_file property
feat(setup.cfg): add reference to Changelog
2023-08-07 19:34:43 +02:00

32 lines
931 B
INI
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[metadata]
name = victorykit-xconfluencebuilder
version = 1.0.0
author = Theodor Rodweil
author_email = theodor.rodweil@victory-k.it
description = sphinxcontrib.confluencebuilder wrapper for delayed publishing
long_description = file: README.md
long_description_content_type = text/markdown
license = DL-DE-BY-2.0
license_files = LICENSE
project_urls =
Changelog = https://bitbucket.org/victorykit/xconfluencebuilder/src/master/CHANGELOG.md
Repository = https://bitbucket.org/victorykit/xconfluencebuilder/
classifiers =
´ topic = : Software Development :: Libraries :: Python Modules
Programming Language :: Python :: 3
Operating System :: OS Independent
License :: Other/Proprietary License
[options]
install_requires =
sphinxcontrib-confluencebuilder >=2.2.0,<3
zip_safe = true
package_dir =
=src
python_requires = >=3.7
test_suite = test
packages = find:
[options.packages.find]
where = src