Added project_urls, closes #764

pull/768/head
Simon Willison 2020-05-11 11:28:53 -07:00 zatwierdzone przez GitHub
rodzic af6c6c5d6f
commit fc24edc153
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -32,6 +32,14 @@ setup(
author="Simon Willison",
license="Apache License, Version 2.0",
url="https://github.com/simonw/datasette",
project_urls={
"Documentation": "https://datasette.readthedocs.io/en/stable/",
"Changelog": "https://datasette.readthedocs.io/en/stable/changelog.html",
"Live demo": "https://latest.datasette.io/",
"Source code": "https://github.com/simonw/datasette",
"Issues": "https://github.com/simonw/datasette/issues",
"CI": "https://travis-ci.org/simonw/datasette",
},
packages=find_packages(exclude="tests"),
package_data={"datasette": ["templates/*.html"]},
include_package_data=True,