Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pyrsr
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
geomultisens
pyrsr
Commits
2de580aa
Commit
2de580aa
authored
5 years ago
by
Daniel Scheffler
Browse files
Options
Downloads
Patches
Plain Diff
Fixed missing data. Updated version info.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
28cc1941
No related branches found
No related tags found
No related merge requests found
Pipeline
#4567
passed
5 years ago
Stage: test
Stage: deploy
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
pyrsr/version.py
+2
-2
2 additions, 2 deletions
pyrsr/version.py
setup.py
+2
-0
2 additions, 0 deletions
setup.py
with
4 additions
and
2 deletions
pyrsr/version.py
+
2
−
2
View file @
2de580aa
...
@@ -22,5 +22,5 @@
...
@@ -22,5 +22,5 @@
# with this program. If not, see <http://www.gnu.org/licenses/>.
# with this program. If not, see <http://www.gnu.org/licenses/>.
__version__
=
'
0.2.
1
'
__version__
=
'
0.2.
2
'
__versionalias__
=
'
20190822.0
2
'
__versionalias__
=
'
20190822.0
3
'
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
0
View file @
2de580aa
...
@@ -65,6 +65,8 @@ setup(
...
@@ -65,6 +65,8 @@ setup(
license
=
"
GNU General Public License v3
"
,
license
=
"
GNU General Public License v3
"
,
long_description
=
readme
+
'
\n\n
'
+
history
,
long_description
=
readme
+
'
\n\n
'
+
history
,
include_package_data
=
True
,
include_package_data
=
True
,
package_data
=
{
"
data
"
:
[
"
pyrsr/data/*
"
]},
package_dir
=
{
'
pyrsr
'
:
'
pyrsr
'
},
keywords
=
[
'
pyrsr
'
,
'
relative spectral response
'
,
'
remote sensing
'
,
'
sensors
'
],
keywords
=
[
'
pyrsr
'
,
'
relative spectral response
'
,
'
remote sensing
'
,
'
sensors
'
],
name
=
'
pyrsr
'
,
name
=
'
pyrsr
'
,
packages
=
find_packages
(),
packages
=
find_packages
(),
...
...
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