Skip to content

Commit

Permalink
chore: add url to setup metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTenmann committed Nov 28, 2021
1 parent c00e9c5 commit 9a8d050
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
sys.exit(-1)

import logging
import os
import pathlib
import re
import traceback
Expand All @@ -23,8 +22,6 @@
datefmt='%Y-%m-%d %H:%M:%S'
)

url = os.environ.get('URL', '')

dirname = pathlib.Path(__file__).parent
long_description = (dirname / 'README.md').read_text()

Expand Down Expand Up @@ -59,7 +56,7 @@
long_description_content_type='text/markdown',
author='benjamin-tenmann',
author_email='b.tenmann@me.com',
url=url,
url='https://github.com/BenTenmann/setriq',
ext_modules=extensions,
license='MIT',
requires=[],
Expand Down

0 comments on commit 9a8d050

Please sign in to comment.