We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1edae5 commit fdd9d63Copy full SHA for fdd9d63
setup.py
@@ -52,10 +52,14 @@ def get_version():
52
long_description_content_type='text/markdown',
53
packages=find_packages(exclude=['doc']),
54
author='Travis E. Oliphant et al.',
55
- license='BSD',
+ license='BSD 3-Clause',
56
+ maintainer='Numpy Financial Developers',
57
+ maintainer_email='[email protected]',
58
install_requires=['numpy>=1.15'],
59
python_requires='>=3.5',
60
classifiers=CLASSIFIERS.splitlines(),
61
+ url='https://numpy.org/numpy-financial/',
62
+ download_url='https://pypi.org/project/numpy-financial/',
63
project_urls={
64
"Bug Tracker": "https://github.com/numpy/numpy-financial/issues",
65
"Documentation": "https://numpy.org/numpy-financial/",
0 commit comments