Skip to content

Commit f9b0bc2

Browse files
committed
Update download_url for release v1.7.4 in setup.py (#48)
1 parent 527b8ac commit f9b0bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
maintainer_email="[email protected]",
1515
description="Python package for easy C++ declarations navigation.",
1616
url="https://github.com/gccxml/pygccxml",
17-
download_url="https://github.com/gccxml/pygccxml/archive/master.zip",
17+
download_url="https://github.com/gccxml/pygccxml/archive/v1.7.4.tar.gz",
1818
license="Boost",
1919
keywords="C++, declaration parser, CastXML, gccxml",
2020
packages=["pygccxml",

0 commit comments

Comments
 (0)