summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Rigo <armin.rigo@gmail.com>2022-07-11 18:32:10 +0000
committerArmin Rigo <armin.rigo@gmail.com>2022-07-11 18:32:10 +0000
commitd19553253e3c2967238777b4005abb5dc57f656d (patch)
tree7bd657ec31c88b89c9f5011fdd84b30b7c63a2da
parent8c263bf1fee1b303d64b226bdd7f1f89cc9ef699 (diff)
parent60c6b027039015fa5a249ee0a9d682c6d97dbee0 (diff)
downloadcffi-d19553253e3c2967238777b4005abb5dc57f656d.tar.gz
Merge branch 'branch/project-links' into 'branch/default'
Add project URLs to metadata and README See merge request pypy/cffi!112
-rw-r--r--README.md10
-rw-r--r--setup.cfg7
2 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index a68639e..b56afb7 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,16 @@ Download
[Download page](https://foss.heptapod.net/pypy/cffi/-/tags)
+Source Code
+-----------
+
+CFFI is developed using [Mercurial SCM](mercurial-scm.org/).
+The source code is publicly available on
+[heaptapod](https://foss.heptapod.net/pypy/cffi).
+
+You can read more about how to contribute to the project on
+[PyPy's documentation](https://doc.pypy.org/en/latest/contributing.html).
+
Contact
-------
diff --git a/setup.cfg b/setup.cfg
index 0c9e0fc..d079c9a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,9 @@
[metadata]
license_file = LICENSE
+project_urls =
+ Documentation = http://cffi.readthedocs.org/
+ Source Code = https://foss.heptapod.net/pypy/cffi
+ Issue Tracker = https://foss.heptapod.net/pypy/cffi/issues
+ Changelog = https://cffi.readthedocs.io/en/latest/whatsnew.html
+ Downloads = https://foss.heptapod.net/pypy/cffi/-/tags
+ Contact = https://groups.google.com/forum/#!forum/python-cffi