12
12
from setuptools import setup , find_packages
13
13
from setuptools .command .install_scripts import install_scripts
14
14
from os import path
15
- import sys
16
15
17
16
readme_file = 'README.md'
18
17
NAME = 'pythesint'
19
- REQS = ['PyYAML' , 'requests' , 'xdg= =1.0.7;platform_system!="Windows"' ]
18
+ REQS = ['PyYAML' , 'requests' , 'xdg< =1.0.7;platform_system!="Windows"' ]
20
19
21
20
here = path .abspath (path .dirname (path .realpath (__file__ )))
22
21
@@ -34,7 +33,7 @@ def run(self):
34
33
setup (
35
34
name = NAME ,
36
35
37
- version = '1.4.2 ' ,
36
+ version = '1.4.3 ' ,
38
37
39
38
description = 'A Python interface to various metadata vocabularies' ,
40
39
long_description = long_description ,
@@ -47,7 +46,7 @@ def run(self):
47
46
48
47
url = 'https://github.com/nansencenter/py-thesaurus-interface' ,
49
48
50
- download_url = 'https://github.com/nansencenter/py-thesaurus-interface/archive/v1.4.2 .tar.gz' ,
49
+ download_url = 'https://github.com/nansencenter/py-thesaurus-interface/archive/v1.4.3 .tar.gz' ,
51
50
52
51
packages = find_packages (),
53
52
@@ -72,6 +71,7 @@ def run(self):
72
71
'Operating System :: OS Independent' ,
73
72
'Programming Language :: Python' ,
74
73
'Programming Language :: Python :: 2.7' ,
74
+ 'Programming Language :: Python :: 3.5' ,
75
75
'Programming Language :: Python :: 3.6' ,
76
76
'Topic :: Scientific/Engineering' ,
77
77
'Topic :: Scientific/Engineering :: Atmospheric Science' ,
0 commit comments