Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Python Package
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASTRON Templates
Python Package
Commits
31daf248
Commit
31daf248
authored
2 years ago
by
Klaas Kliffen
Browse files
Options
Downloads
Patches
Plain Diff
Hotfix/typo and gitignore
parent
a275ec38
No related branches found
No related tags found
1 merge request
!10
Hotfix/typo and gitignore
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+4
-0
4 additions, 0 deletions
.gitignore
.vscode/settings.json
+0
-3
0 additions, 3 deletions
.vscode/settings.json
map/__init__.py
+1
-1
1 addition, 1 deletion
map/__init__.py
setup.cfg
+1
-1
1 addition, 1 deletion
setup.cfg
with
6 additions
and
5 deletions
.gitignore
+
4
−
0
View file @
31daf248
...
@@ -5,3 +5,7 @@ dist/*
...
@@ -5,3 +5,7 @@ dist/*
.coverage
.coverage
coverage.xml
coverage.xml
htmlcov/*
htmlcov/*
# IDE configuration
.vscode
.idea
This diff is collapsed.
Click to expand it.
.vscode/settings.json
deleted
100644 → 0
+
0
−
3
View file @
a275ec38
{
"python.formatting.provider"
:
"black"
}
This diff is collapsed.
Click to expand it.
map/__init__.py
+
1
−
1
View file @
31daf248
...
@@ -5,4 +5,4 @@ try:
...
@@ -5,4 +5,4 @@ try:
except
ImportError
:
# for Python<3.8
except
ImportError
:
# for Python<3.8
import
importlib_metadata
as
metadata
import
importlib_metadata
as
metadata
__version__
=
metadata
.
version
(
"
my-aw
s
eome-app
"
)
__version__
=
metadata
.
version
(
"
my-awe
s
ome-app
"
)
This diff is collapsed.
Click to expand it.
setup.cfg
+
1
−
1
View file @
31daf248
[metadata]
[metadata]
name
=
my-aw
s
eome-app
name
=
my-awe
s
ome-app
version
=
file: VERSION
version
=
file: VERSION
description
=
An example package for CI/CD working group
description
=
An example package for CI/CD working group
long_description
=
file: README.md
long_description
=
file: README.md
...
...
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