Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Louis
pypimonitor
Commits
f10a9169
Commit
f10a9169
authored
Jul 15, 2018
by
Louis
Browse files
[setup] Add a 'project_url' argument
parent
854e0378
Pipeline
#62762
passed with stages
in 2 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
f10a9169
...
...
@@ -44,6 +44,11 @@ setup(
author_email
=
"spalax+python@gresille.org"
,
description
=
"An HTML dashboard to monitor your pypi projects."
,
url
=
"http://git.framasoft.org/spalax/pypimonitor"
,
project_urls
=
{
"Documentation"
:
"http://pypimonitor.readthedocs.io"
,
"Source"
:
"https://framagit.org/spalax/pypimonitor"
,
"Tracker"
:
"https://framagit.org/spalax/pypimonitor/issues"
,
},
license
=
"AGPLv3 or any later version"
,
# test_suite="test.suite",
entry_points
=
{
"console_scripts"
:
[
"pypimonitor = pypimonitor.__main__:main"
]},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment