Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CADET-RDM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IBG-1
ModSim
CADET
CADET-RDM
Commits
2e25f079
Commit
2e25f079
authored
1 year ago
by
Ronald Jäpel
Browse files
Options
Downloads
Patches
Plain Diff
prepare for pypi and fix gitpython version error
parent
3958b1e7
No related branches found
No related tags found
Loading
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+2
-1
2 additions, 1 deletion
.gitignore
pyproject.toml
+3
-0
3 additions, 0 deletions
pyproject.toml
setup.cfg
+3
-3
3 additions, 3 deletions
setup.cfg
with
8 additions
and
4 deletions
.gitignore
+
2
−
1
View file @
2e25f079
...
@@ -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
This diff is collapsed.
Click to expand it.
pyproject.toml
0 → 100644
+
3
−
0
View file @
2e25f079
[build-system]
requires
=
["setuptools>
=
61.0
"]
build-backend
=
"setuptools.build_meta"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
setup.cfg
+
3
−
3
View file @
2e25f079
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment