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
1816802a
Commit
1816802a
authored
8 years ago
by
Bruce Flynn
Browse files
Options
Downloads
Patches
Plain Diff
Remove some pyver cruft
parent
cb819ab9
No related branches found
No related tags found
Loading
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+0
-1
0 additions, 1 deletion
.gitignore
MANIFEST.in
+0
-1
0 additions, 1 deletion
MANIFEST.in
edosl0util/__init__.py
+0
-5
0 additions, 5 deletions
edosl0util/__init__.py
with
0 additions
and
7 deletions
.gitignore
+
0
−
1
View file @
1816802a
...
...
@@ -4,4 +4,3 @@ dist
env
*.egg-info
*.sw?
version.txt
This diff is collapsed.
Click to expand it.
MANIFEST.in
+
0
−
1
View file @
1816802a
include edosl0util/version.txt
This diff is collapsed.
Click to expand it.
edosl0util/__init__.py
+
0
−
5
View file @
1816802a
### PyVer Loader Start
import
pkg_resources
as
_pkg
execfile
(
_pkg
.
resource_filename
(
__name__
,
'
version.txt
'
))
del
_pkg
### PyVer Loader End
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