wylark
/
munter.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
b9e9686
)
Add project_urls dict to setup.py
author
Alexander Vasarab <alexander@wylark.com>
Wed, 24 Jun 2020 04:41:25 +0000
(21:41 -0700)
committer
Alexander Vasarab <alexander@wylark.com>
Wed, 24 Jun 2020 04:41:25 +0000
(21:41 -0700)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index f30ca7059c2f2a82eb391efa232aac1afda149c0..ac9ff306dec17742c579338971e0625945f949db 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-25,6
+25,9
@@
setup(
author='Alexander Vasarab',
author_email='alexander@wylark.com',
url='https://wylark.com/munter',
author='Alexander Vasarab',
author_email='alexander@wylark.com',
url='https://wylark.com/munter',
+ project_urls={
+ 'Source Code': 'https://wylark.com/git/munter.git'
+ },
packages=['munter'],
package_dir={'munter': 'munter'},
entry_points={'console_scripts': ['munter = munter.munter:main']},
packages=['munter'],
package_dir={'munter': 'munter'},
entry_points={'console_scripts': ['munter = munter.munter:main']},