Skip to content

Commit 6e2e9ac

Browse files
committed
remove download_url from setup script as this will quickly get outdated and is easily forgotten to update
1 parent e5eeb1f commit 6e2e9ac

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",
1616
url="https://github.com/mathialo/bython",
17-
download_url="https://github.com/mathialo/bython/archive/v0.8.tar.gz",
1817
scripts=["scripts/by2py", "scripts/bython", "scripts/py2by"],
1918
data_files=[("man/man1", ["etc/bython.1", "etc/py2by.1", "etc/by2py.1"])],
2019
packages=["bython"],

0 commit comments

Comments
 (0)