Skip to content

Commit fdd9d63

Browse files
Kai-StriegaWarrenWeckesser
authored andcommitted
MAINT: Update maintainer and url metadata
1 parent b1edae5 commit fdd9d63

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,14 @@ def get_version():
5252
long_description_content_type='text/markdown',
5353
packages=find_packages(exclude=['doc']),
5454
author='Travis E. Oliphant et al.',
55-
license='BSD',
55+
license='BSD 3-Clause',
56+
maintainer='Numpy Financial Developers',
57+
maintainer_email='[email protected]',
5658
install_requires=['numpy>=1.15'],
5759
python_requires='>=3.5',
5860
classifiers=CLASSIFIERS.splitlines(),
61+
url='https://numpy.org/numpy-financial/',
62+
download_url='https://pypi.org/project/numpy-financial/',
5963
project_urls={
6064
"Bug Tracker": "https://github.com/numpy/numpy-financial/issues",
6165
"Documentation": "https://numpy.org/numpy-financial/",

0 commit comments

Comments
 (0)