[Git][reproducible-builds/diffoscope][master] 2 commits: setup.py: Add some URLs for the site of PyPI.org.
Chris Lamb
gitlab at salsa.debian.org
Tue Aug 4 09:29:35 UTC 2020
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
7856b3cd by Chris Lamb at 2020-08-04T10:28:25+01:00
setup.py: Add some URLs for the site of PyPI.org.
- - - - -
00238195 by Chris Lamb at 2020-08-04T10:29:15+01:00
Update "author" and author email.
- - - - -
1 changed file:
- setup.py
Changes:
=====================================
setup.py
=====================================
@@ -39,8 +39,8 @@ setup(
description='in-depth comparison of files, archives, and directories',
long_description=open('README.rst', encoding='utf-8').read(),
long_description_content_type='text/x-rst',
- author='Lunar',
- author_email='lunar at debian.org',
+ author='Diffoscope developers',
+ author_email='diffoscope at lists.reproducible-builds.org',
license='GPL-3+',
url='https://diffoscope.org/',
packages=find_packages(exclude=['tests', 'tests.*']),
@@ -82,4 +82,10 @@ setup(
'Programming Language :: Python :: 3.7',
'Topic :: Utilities',
],
+
+ # https://packaging.python.org/guides/distributing-packages-using-setuptools/#project-urls
+ project_urls={
+ "Issues": "https://salsa.debian.org/reproducible-builds/diffoscope/-/issues",
+ "Merge requests": "https://salsa.debian.org/reproducible-builds/diffoscope/-/merge_requests",
+ },
)
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/b709345a8282d7979482fb037087cab36d0bcdcf...00238195a31bb51dedd52d581e4a0439c0b918ee
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/b709345a8282d7979482fb037087cab36d0bcdcf...00238195a31bb51dedd52d581e4a0439c0b918ee
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20200804/f6b10d36/attachment.htm>
More information about the rb-commits
mailing list