@@ -48,19 +48,20 @@ def readme(fname):
4848 author_email = "pauloa.herrera@gmail.com" ,
4949 maintainer = "Adamos Kyriakou" ,
5050 maintainer_email = "somada141@gmail.com" ,
51+ license = "BSD-2-Clause" ,
5152 url = "https://github.com/pyscience-projects/pyevtk" ,
5253 packages = ["pyevtk" , "evtk" ],
5354 package_dir = {"pyevtk" : "pyevtk" },
5455 package_data = {"pyevtk" : ["LICENSE.txt" , "examples/*.py" ]},
5556 install_requires = ["numpy >= 1.8.0" ],
56- # necessary for 'python setup.py test'
57- setup_requires = ["pytest-runner" ],
58- tests_require = ["pytest>=3.1" , "pytest-cov" , "twine" , "check-manifest" ],
5957 classifiers = [
6058 "Programming Language :: Python :: 3.7" ,
6159 "Programming Language :: Python :: 3.8" ,
6260 "Programming Language :: Python :: 3.9" ,
6361 "Programming Language :: Python :: 3.10" ,
6462 "Programming Language :: Python :: 3.11" ,
63+ "Programming Language :: Python :: 3.12" ,
64+ "Programming Language :: Python :: 3.13" ,
65+ "Programming Language :: Python :: 3.14" ,
6566 ],
6667)
0 commit comments