Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Change the home page URI
  • Loading branch information
tdemin committed Jun 14, 2019
1 parent 66b40df commit 526d2ea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Expand Up @@ -6,7 +6,7 @@
name="project_amber",
version="0.0.1",
description="The backend app of a note-taking app, Project Amber",
url="https://git.tdem.in/amber/backend",
url="https://git.tdem.in/tdemin/amber",
author="Timur Demin",
author_email="me@tdem.in",
license="MIT",
Expand All @@ -18,7 +18,9 @@
"Programming Language :: Python :: 3"
],
keywords="tasks backend flask",
# project_urls={}
project_urls={
"Homepage": "https://git.tdem.in/tdemin/amber"
},
packages=["project_amber"],
install_requires=[
"flask",
Expand Down

0 comments on commit 526d2ea

Please sign in to comment.