Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ebdtable2graph>=0.1.19
ebdtable2graph>=0.1.20
python-docx
more_itertools
attrs
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ charset-normalizer==2.1.1
# via requests
click==8.1.7
# via -r requirements.in
ebdtable2graph==0.1.19
ebdtable2graph==0.1.20
# via -r requirements.in
idna==3.4
# via requests
Expand Down
23 changes: 12 additions & 11 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
# The content of this file is only necessary for python packages
[metadata]
name = your-favourite-package-name
author = your name
author_email = your@email.address
description = short description about your package
long_description = file: README.rst
long_description_content_type = text/x-rst; charset=UTF-8
url = link to your repository
name = ebddocx2table
author = Hochfrequenz Unternehmensberatung GmbH
author_email = info@hochfrequenz.de
description = library to scrape .docx files with Entscheidungsbaumdiagramm tables into a truely machine readable structure
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
url = https://github.com/Hochfrequenz/ebddocx2table
project_urls =
Documentation = link to your documentation
Code = link to your repository
Bug tracker = link to your bug tracker system
Documentation = https://github.com/Hochfrequenz/ebddocx2table
Code = https://github.com/Hochfrequenz/ebddocx2table
Bug tracker = https://github.com/Hochfrequenz/ebddocx2table/issues
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Programming Language :: Python
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Operating System :: OS Independent
license = mit
platforms = any
Expand All @@ -30,7 +31,7 @@ zip_safe = False
include_package_data = True
python_requires = >=3.11
install_requires =
ebdtable2graph>=0.1.7
ebdtable2graph>=0.1.20
python-docx
more_itertools
attrs
Expand Down