Skip to content

Commit

Permalink
猬嗭笍 bump package URL
Browse files Browse the repository at this point in the history
  • Loading branch information
nkthiebaut committed Jul 22, 2021
1 parent 8df4636 commit 81901e4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#!/usr/bin/env python

import os
from setuptools import setup
import re

from setuptools import setup

# The package version is given by the __version__ variable defined
# in the zeugma/__init__.py file
INIT_FILE = os.path.join("zeugma", "__init__.py")
Expand All @@ -17,7 +18,7 @@

with open("README.rst", encoding="utf8") as f:
long_description = f.read()

setup(
name="zeugma",
packages=["zeugma"],
Expand All @@ -32,7 +33,7 @@
author="Nicolas Thiebaut",
author_email="nkthiebaut@gmail.com",
url="https://github.com/nkthiebaut",
download_url="https://github.com/nkthiebaut/zeugma/archive/0.48.tar.gz",
download_url="https://github.com/nkthiebaut/zeugma/archive/0.49.tar.gz",
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
Expand Down

0 comments on commit 81901e4

Please sign in to comment.