File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
include COPYING
2
2
include NEWS
3
3
include examples/*
4
- include doc/*
Original file line number Diff line number Diff line change 2
2
3
3
4
4
setup (name = 'pytaf' ,
5
- version = '1.1.0 ' ,
5
+ version = '1.1.1 ' ,
6
6
description = 'TAF (Terminal Aerodrome Forecast) parser and decoder' ,
7
7
url = 'http://github.com/dmbaturin/pytaf' ,
8
8
author = 'Daniil Baturin' ,
11
11
package_dir = {'' : 'lib' },
12
12
packages = ['pytaf' ],
13
13
zip_safe = True ,
14
+ download_url = "https://github.com/dmbaturin/pytaf/archive/pypi/1.1.1.zip" ,
14
15
classifiers = [
15
16
"Development Status :: 5 - Production/Stable" ,
16
17
"License :: OSI Approved :: MIT License" ,
17
18
"Operating System :: OS Independent" ,
18
19
"Programming Language :: Python :: 2.6" ,
19
20
"Programming Language :: Python :: 2.7" ,
20
21
"Programming Language :: Python :: 3" ,
21
- "Topic :: Aviation "
22
+ "Topic :: Scientific/Engineering "
22
23
],
23
24
keywords = "aviation weather meteorology taf"
24
25
)
You can’t perform that action at this time.
0 commit comments