aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2019-05-31 14:12:22 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2019-05-31 14:12:22 -0400
commita01815a1633510df0198346b582c35ce43f4468d (patch)
tree20e90d5452f04d6c89668c89a86d1ca2dd529aad
parentfb7f0437323ba836c68947d38f3604c3336e3a9b (diff)
downloadexternal_python_mako-a01815a1633510df0198346b582c35ce43f4468d.tar.gz
external_python_mako-a01815a1633510df0198346b582c35ce43f4468d.tar.bz2
external_python_mako-a01815a1633510df0198346b582c35ce43f4468d.zip
- add links for documentation / github
Change-Id: I3650915ea2e45c48f0823b08084eecb46ee17a14
-rw-r--r--setup.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 3cb0559..17b6c70 100644
--- a/setup.py
+++ b/setup.py
@@ -75,6 +75,10 @@ setup(
author="Mike Bayer",
author_email="mike@zzzcomputing.com",
url="https://www.makotemplates.org/",
+ project_urls={
+ "Documentation": "https://docs.makotemplates.org",
+ "Issue Tracker": "https://github.com/sqlalchemy/mako"
+ },
license="MIT",
packages=find_packages(".", exclude=["examples*", "test*"]),
tests_require=["pytest", "mock"],