Skip to content

Commit b134082

Browse files
jarrodmillmanjreback
authored andcommitted
Add project_urls to setup (pandas-dev#26066)
These are used by PyPI and other services.
1 parent 90a85e0 commit b134082

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.py

+6
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,11 @@ def build_extensions(self):
203203
204204
URL = "http://pandas.pydata.org"
205205
DOWNLOAD_URL = ''
206+
PROJECT_URLS = {
207+
'Bug Tracker': 'https://github.com/pandas-dev/pandas/issues',
208+
'Documentation': 'http://pandas.pydata.org/pandas-docs/stable/',
209+
'Source Code': 'https://github.com/pandas-dev/pandas'
210+
}
206211
CLASSIFIERS = [
207212
'Development Status :: 5 - Production/Stable',
208213
'Environment :: Console',
@@ -772,6 +777,7 @@ def srcpath(name=None, suffix='.pyx', subdir='src'):
772777
cmdclass=cmdclass,
773778
url=URL,
774779
download_url=DOWNLOAD_URL,
780+
project_urls=PROJECT_URLS,
775781
long_description=LONG_DESCRIPTION,
776782
classifiers=CLASSIFIERS,
777783
platforms='any',

0 commit comments

Comments
 (0)