-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Aleksander Vines
authored
Jan 26, 2018
1 parent
039e230
commit b96e4e8
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,6 +51,8 @@ | |
'Natural Language :: English', | ||
'Operating System :: OS Independent', | ||
'Programming Language :: Python :: 2.7', | ||
'Programming Language :: Python :: 3.5', | ||
'Programming Language :: Python :: 3.6', | ||
'Topic :: Scientific/Engineering', | ||
'Topic :: Scientific/Engineering :: Atmospheric Science', | ||
'Topic :: Scientific/Engineering :: Information Analysis', | ||
|
@@ -59,9 +61,9 @@ | |
AUTHOR = ("Anton Korosov, Morten W. Hansen, Kunt-Frode Dagestad, Aleksander Vines, Asuka Yamakawa") | ||
AUTHOR_EMAIL = "[email protected]" | ||
PLATFORMS = ["Linux", "OS X", "Windows"] | ||
MAJOR = 0 | ||
MINOR = 6 | ||
MICRO = 17 | ||
MAJOR = 1 | ||
MINOR = 0 | ||
MICRO = 0 | ||
ISRELEASED = True | ||
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) # Remember to remove "dev" when releasing | ||
REQS = [ | ||
|