Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
akorosov committed Feb 26, 2018
1 parent 640c2cb commit 01e9ea0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

setup(
name = "sea_ice_drift",
version = "0.5",
version = "0.6",
author = 'Anton Korosov, Stefan Muckenhuber',
author_email = "[email protected]",
description = ("Drift of sea ice from satellite data using feature tracking and pattern matching methods"),
long_description = ("Drift of sea ice from satellite data using feature tracking and pattern matching methods"),
license = "GNU General Public License v3",
keywords = "sar, feature tracking, pattern matching, ice drift",
url = "https://github.com/nansencenter/sea_ice_drift",
download_url='https://github.com/nansencenter/sea_ice_drift/archive/v0.5.tar.gz',
download_url='https://github.com/nansencenter/sea_ice_drift/archive/v0.6.tar.gz',
packages=['sea_ice_drift'],
test_suite="sea_ice_drift.tests",
classifiers=[
Expand All @@ -24,6 +24,7 @@
'Operating System :: OS Independent',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.6',
'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Information Analysis',
'Topic :: Utilities',
Expand Down

0 comments on commit 01e9ea0

Please sign in to comment.