stuff: will squash all of this anyway
This commit is contained in:
parent
d649185ef6
commit
2b1a875a08
5 changed files with 112 additions and 24 deletions
15
setup.cfg
15
setup.cfg
|
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = x-confluencebuilder
|
||||
version = 1.0.0-alpha.1
|
||||
name = victorykit-xconfluencebuilder
|
||||
version = 1.0.0
|
||||
author = Theodor Rodweil
|
||||
author_email = theodor.rodweil@victory-k.it
|
||||
description = sphinxcontrib.confluencebuilder wrapper for delayed publishing
|
||||
|
|
@ -9,17 +9,16 @@ long_description_content_type = text/markdown
|
|||
|
||||
classifiers =
|
||||
´ topic = : Software Development :: Libraries :: Python Modules
|
||||
Programming Language :: Python :: 3
|
||||
Operating System :: OS Independent
|
||||
License :: Other/Proprietary License
|
||||
Programming Language :: Python :: 3
|
||||
Operating System :: OS Independent
|
||||
License :: Other/Proprietary License
|
||||
|
||||
[options]
|
||||
install_requires =
|
||||
sphinx >=4.5,<5
|
||||
sphinxcontrib-confluencebuilder
|
||||
sphinxcontrib-confluencebuilder >=2.2.0,<3
|
||||
zip_safe = true
|
||||
package_dir =
|
||||
=src
|
||||
=src
|
||||
python_requires = >=3.7
|
||||
test_suite = test
|
||||
packages = find:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue