-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release v0.1.1: update repository location
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
from setuptools import setup | ||
import os | ||
|
||
VERSION = "0.1.0" | ||
VERSION = "0.1.1" | ||
|
||
|
||
def get_long_description(): | ||
|
@@ -17,13 +17,13 @@ def get_long_description(): | |
description="Add Matomo Web Analytics tracking code to Datasette", | ||
long_description=get_long_description(), | ||
long_description_content_type="text/markdown", | ||
author="UUDigitalHumanitiesLab", | ||
author="CentreForDigitalHumanities", | ||
author_email="[email protected]", | ||
url="https://github.com/UUDigitalHumanitieslab/datasette-matomo", | ||
url="https://github.com/CentreForDigitalHumanities/datasette-matomo", | ||
project_urls={ | ||
"Issues": "https://github.com/UUDigitalHumanitieslab/datasette-matomo/issues", | ||
"CI": "https://github.com/UUDigitalHumanitieslab/datasette-matomo/actions", | ||
"Changelog": "https://github.com/UUDigitalHumanitieslab/datasette-matomo/releases", | ||
"Issues": "https://github.com/CentreForDigitalHumanities/datasette-matomo/issues", | ||
"CI": "https://github.com/CentreForDigitalHumanities/datasette-matomo/actions", | ||
"Changelog": "https://github.com/CentreForDigitalHumanities/datasette-matomo/releases", | ||
}, | ||
license="Apache License, Version 2.0", | ||
classifiers=[ | ||
|