***
Wartungsfenster jeden ersten Mittwoch vormittag im Monat
***
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Invenio Utilities TUW
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor 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
Center for Research Data Management
Invenio Utilities TUW
Merge requests
!11
Use setup.cfg instead of setup.py
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Use setup.cfg instead of setup.py
mm/modernization
into
master
Overview
0
Commits
5
Pipelines
0
Changes
14
Merged
Moser, Maximilian
requested to merge
mm/modernization
into
master
2 years ago
Overview
0
Commits
5
Pipelines
0
Changes
14
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
e3362dd2
5 commits,
2 years ago
14 files
+
77
−
145
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
14
Search (e.g. *.vue) (Ctrl+P)
.github/workflows/pypi-publish.yml
+
1
−
1
Options
@@ -15,7 +15,7 @@ jobs:
-
name
:
Install dependencies
run
:
|
python -m pip install --upgrade pip
pip install setuptools wheel
pip install setuptools wheel
babel
-
name
:
Build package
run
:
|
python setup.py compile_catalog sdist bdist_wheel
Loading