44
55import sys
66
7- # Check Python version
8- if sys .version_info < (2 , 6 ):
9- sys .exit ("root_numpy only supports python 2.6 and above" )
10-
117if sys .version_info [0 ] < 3 :
128 import __builtin__ as builtins
139else :
@@ -204,8 +200,8 @@ def setup_package():
204200 long_description = '' .join (open ('README.rst' ).readlines ()[7 :- 4 ]),
205201 author = 'the root_numpy developers' ,
206202 author_email = 'rootpy-dev@googlegroups.com' ,
207- maintainer = 'Noel Dawe ' ,
208- maintainer_email = 'noel@dawe.me ' ,
203+ maintainer = 'The scikit-hep developers ' ,
204+ maintainer_email = 'scikit-hep-admins@googlegroups.com ' ,
209205 license = 'new BSD' ,
210206 url = 'http://scikit-hep.org/root_numpy' ,
211207 packages = packages ,
@@ -229,12 +225,10 @@ def setup_package():
229225 'License :: OSI Approved :: BSD License' ,
230226 'Programming Language :: Python' ,
231227 'Programming Language :: Python :: 2' ,
232- 'Programming Language :: Python :: 2.6' ,
233228 'Programming Language :: Python :: 2.7' ,
234229 'Programming Language :: Python :: 3' ,
235- 'Programming Language :: Python :: 3.3' ,
236- 'Programming Language :: Python :: 3.4' ,
237- 'Programming Language :: Python :: 3.5' ,
230+ 'Programming Language :: Python :: 3.6' ,
231+ 'Programming Language :: Python :: 3.7' ,
238232 'Programming Language :: C++' ,
239233 'Programming Language :: Cython' ,
240234 'Development Status :: 5 - Production/Stable' ,
0 commit comments