Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open 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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
tango
Commits
e82d882e
Commit
e82d882e
authored
3 years ago
by
Corné Lukken
Browse files
Options
Downloads
Patches
Plain Diff
L2SS-287
: Try to have version discoverability for packaging
parent
6c262e5b
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!146
L2SS-287: implement python packaging
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
devices/__init__.py
+0
-1
0 additions, 1 deletion
devices/__init__.py
devices/version.py
+4
-0
4 additions, 0 deletions
devices/version.py
with
4 additions
and
1 deletion
devices/__init__.py
+
0
−
1
View file @
e82d882e
from
util.lofar_git
import
get_version
from
util.lofar_git
import
get_version
__version__
=
get_version
()
__version__
=
get_version
()
This diff is collapsed.
Click to expand it.
devices/version.py
0 → 100644
+
4
−
0
View file @
e82d882e
import
pbr.version
version_info
=
pbr
.
version
.
VersionInfo
(
'
TangoStationControl
'
)
version_string
=
version_info
.
version_string
()
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