feat: init

This commit is contained in:
Rodweil, Theodor 2023-08-07 01:26:15 +02:00
commit d649185ef6
No known key found for this signature in database
GPG key ID: F8BC1B0EB1F9CCF5
17 changed files with 1493 additions and 0 deletions

15
Pipfile Normal file
View file

@ -0,0 +1,15 @@
[[source]]
url = 'https://pypi.python.org/simple'
verify_ssl = true
name = 'pypi'
[requires]
python_version = '3'
[scripts]
[dev-packages]
tox = '==3.23.0'
[packages]
xconfluencebuilder = {editable = true, path = "."}