feat: init
This commit is contained in:
commit
d649185ef6
17 changed files with 1493 additions and 0 deletions
28
setup.cfg
Normal file
28
setup.cfg
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
[metadata]
|
||||
name = x-confluencebuilder
|
||||
version = 1.0.0-alpha.1
|
||||
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
|
||||
|
||||
classifiers =
|
||||
´ topic = : Software Development :: Libraries :: Python Modules
|
||||
Programming Language :: Python :: 3
|
||||
Operating System :: OS Independent
|
||||
License :: Other/Proprietary License
|
||||
|
||||
[options]
|
||||
install_requires =
|
||||
sphinx >=4.5,<5
|
||||
sphinxcontrib-confluencebuilder
|
||||
zip_safe = true
|
||||
package_dir =
|
||||
=src
|
||||
python_requires = >=3.7
|
||||
test_suite = test
|
||||
packages = find:
|
||||
|
||||
[options.packages.find]
|
||||
where = src
|
||||
Loading…
Add table
Add a link
Reference in a new issue