Skip to content
Snippets Groups Projects
Commit 2e25f079 authored by Ronald Jäpel's avatar Ronald Jäpel
Browse files

prepare for pypi and fix gitpython version error

parent 3958b1e7
No related branches found
No related tags found
Loading
...@@ -4,4 +4,5 @@ build ...@@ -4,4 +4,5 @@ build
results results
__pycache__ __pycache__
tests/test_repo tests/test_repo
.coverage .coverage
\ No newline at end of file dist
\ No newline at end of file
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
\ No newline at end of file
...@@ -6,9 +6,9 @@ author_email = r.jaepel@fz-juelich.de ...@@ -6,9 +6,9 @@ author_email = r.jaepel@fz-juelich.de
description = A solution for research data management description = A solution for research data management
long_description = file: README.md long_description = file: README.md
long_description_content_type = text/markdown long_description_content_type = text/markdown
url = https://jugit.fz-juelich.de/IBG-1/ModSim/cadet/ModsimDataTool url = https://jugit.fz-juelich.de/IBG-1/ModSim/cadet/CADET-RDM
project_urls = project_urls =
Bug Tracker = https://jugit.fz-juelich.de/IBG-1/ModSim/cadet/ModsimDataTool/Issues Bug Tracker = https://jugit.fz-juelich.de/IBG-1/ModSim/cadet/CADET-RDM/Issues
classifiers = classifiers =
Programming Language :: Python :: 3 Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v3 (GPLv3) License :: OSI Approved :: GNU General Public License v3 (GPLv3)
...@@ -18,7 +18,7 @@ classifiers = ...@@ -18,7 +18,7 @@ classifiers =
packages = find: packages = find:
python_requires = >=3.8 python_requires = >=3.8
install_requires = install_requires =
gitpython gitpython>=3.1
git-lfs git-lfs
click click
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment