Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
WindEnergyToolbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
toolbox
WindEnergyToolbox
Commits
86a672ae
Commit
86a672ae
authored
4 years ago
by
Mads M. Pedersen
Browse files
Options
Downloads
Patches
Plain Diff
try to fix remaining issues
parent
86d7601d
No related branches found
Branches containing commit
Tags
v0.0.21
Tags containing commit
1 merge request
!149
try to fix remaining issues
Pipeline
#13228
failed
4 years ago
Stage: test
Stage: deploy
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
setup.py
+1
-1
1 addition, 1 deletion
setup.py
wetb/__init__.py
+6
-2
6 additions, 2 deletions
wetb/__init__.py
with
7 additions
and
3 deletions
setup.py
+
1
−
1
View file @
86a672ae
...
...
@@ -68,7 +68,7 @@ def setup_package(build_ext_switch=True):
'
psutil
'
,
'
six
'
,
'
sshtunnel
'
,
'
c
lick
'
,
'
C
lick
'
,
'
jinja2
'
,
]
setup
(
install_requires
=
install_requires
,
...
...
This diff is collapsed.
Click to expand it.
wetb/__init__.py
+
6
−
2
View file @
86a672ae
...
...
@@ -2,8 +2,12 @@ from __future__ import unicode_literals
from
__future__
import
print_function
from
__future__
import
division
from
__future__
import
absolute_import
from
future
import
standard_library
standard_library
.
install_aliases
()
try
:
from
future
import
standard_library
standard_library
.
install_aliases
()
except
ImportError
:
pass
test
=
"
TEST
"
__version__
=
'
0.0.10
'
# try:
...
...
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