##// END OF EJS Templates
Move project_urls to setup.cfg
James Morris -
Show More
@@ -1,5 +1,10 b''
1 1 [metadata]
2 2 license_file = LICENSE
3 project_urls =
4 Documentation = https://ipython.readthedocs.io/
5 Funding = https://numfocus.org/
6 Source = https://github.com/ipython/ipython
7 Tracker = https://github.com/ipython/ipython/issues
3 8
4 9 [velin]
5 10 ignore_patterns =
@@ -74,12 +74,6 b' setup_args = dict('
74 74 keywords = keywords,
75 75 classifiers = classifiers,
76 76 cmdclass = {'install_data': install_data_ext},
77 project_urls={
78 'Documentation': 'https://ipython.readthedocs.io/',
79 'Funding' : 'https://numfocus.org/',
80 'Source' : 'https://github.com/ipython/ipython',
81 'Tracker' : 'https://github.com/ipython/ipython/issues',
82 }
83 77 )
84 78
85 79
General Comments 0
You need to be logged in to leave comments. Login now