@@ -21,12 +21,25 @@ def read(fname):
2121 long_description_content_type = "text/markdown" ,
2222 author = "Fabian Froehlich" ,
2323 author_email = "froehlichfab@gmail.com" ,
24- url = "" ,
24+ url = "https://github.com/Fides-dev/fides" ,
25+ license = "BSD-3-Clause" ,
2526 packages = find_packages (exclude = ["doc*" , "test*" ]),
2627 install_requires = ['numpy>=1.19.2' ,
2728 'scipy>=1.5.2' ,
2829 'h5py>=3.5.0' ],
2930 tests_require = ['pytest>=5.4.2' ,
3031 'flake8>=3.7.2' ],
3132 extras_require = {},
33+ classifiers = ['Development Status :: 5 - Production/Stable' ,
34+ 'Intended Audience :: Science/Research' ,
35+ 'Topic :: Software Development :: Libraries' ,
36+ 'License :: OSI Approved :: BSD License' ,
37+ 'Programming Language :: Python' ,
38+ 'Programming Language :: Python :: 3' ,
39+ 'Programming Language :: Python :: 3 :: Only' ,
40+ 'Programming Language :: Python :: 3.7' ,
41+ 'Programming Language :: Python :: 3.8' ,
42+ 'Programming Language :: Python :: 3.9' ,
43+ 'Programming Language :: Python :: 3.10' ,
44+ 'Programming Language :: Python :: 3.11' ],
3245 python_requires = '>=3.7' )
0 commit comments