Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
geomultisens
specclassify
Commits
29b16cf2
Commit
29b16cf2
authored
Aug 22, 2019
by
Daniel Scheffler
Browse files
Excluded tests from PyPi upload content. Updated version info.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
488a32b0
Pipeline
#4579
failed with stages
in 4 minutes and 57 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
29b16cf2
...
...
@@ -66,7 +66,7 @@ setup(
include_package_data
=
True
,
keywords
=
[
'specclassify'
,
'remote sensing'
,
'multispectral'
,
'hyperspectral'
,
'image classification'
],
name
=
'specclassify'
,
packages
=
find_packages
(),
packages
=
find_packages
(
exclude
=
[
'tests*'
]
),
setup_requires
=
setup_requirements
,
test_suite
=
'tests'
,
tests_require
=
test_requirements
,
...
...
specclassify/version.py
View file @
29b16cf2
...
...
@@ -22,5 +22,5 @@
# with this program. If not, see <http://www.gnu.org/licenses/>.
__version__
=
'0.2.
0
'
__versionalias__
=
'201908
16
.01'
__version__
=
'0.2.
1
'
__versionalias__
=
'201908
22
.01'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment