Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EdosL0Util
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
SIPS
EdosL0Util
Commits
2eafb1b7
Commit
2eafb1b7
authored
9 years ago
by
Bruce Flynn
Browse files
Options
Downloads
Patches
Plain Diff
Release 0.7
parent
c26f5d7c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
edosl0util/__init__.py
+3
-8
3 additions, 8 deletions
edosl0util/__init__.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
4 additions
and
9 deletions
edosl0util/__init__.py
+
3
−
8
View file @
2eafb1b7
### PyVer Loader Start
### PyVer Loader Start
import
os
import
pkg_resources
as
_pkg
verfile
=
'
edosl0util/version.txt
'
execfile
(
_pkg
.
resource_filename
(
__name__
,
'
version.txt
'
))
if
os
.
path
.
exists
(
verfile
):
del
_pkg
execfile
(
verfile
)
else
:
__version__
=
'
<unknown>
'
__githash__
=
''
del
verfile
### PyVer Loader End
### PyVer Loader End
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
2eafb1b7
...
@@ -5,7 +5,7 @@ setup(
...
@@ -5,7 +5,7 @@ setup(
author
=
'
Bruce Flynn
'
,
author
=
'
Bruce Flynn
'
,
author_email
=
'
brucef@ssec.wisc.edu
'
,
author_email
=
'
brucef@ssec.wisc.edu
'
,
description
=
'
Utilities for working with EDOS L0 PDS files
'
,
description
=
'
Utilities for working with EDOS L0 PDS files
'
,
version
=
'
0.7
.dev
'
,
version
=
'
0.7
'
,
zip_safe
=
False
,
zip_safe
=
False
,
packages
=
find_packages
(),
packages
=
find_packages
(),
pyver
=
True
,
pyver
=
True
,
...
...
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