Skip to content

Commit 71076c0

Browse files
committed
Update setup.py to install from GEGlobalResearch github with Python 3 antlr-python3-runtime-3.1.3.
`setup.py` has been changed to install from `https://github.com/GEGlobalResearch/java2python/archive/master.zip` and with the `antlr_python_runtime` from `https://github.com/altigee/antlr-python3-runtime-3.1.3/archive/master.zip`.
1 parent 148512e commit 71076c0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,8 @@ def doc_files():
4646
author='Troy Melhase',
4747
author_email='[email protected]',
4848

49-
url='https://github.com/natural/java2python/',
50-
download_url='https://github.com/downloads/natural/java2python/java2python-0.5.1.tar.gz',
51-
49+
url='https://github.com/GEGlobalResearch/java2python/',
50+
download_url='https://github.com/GEGlobalResearch/java2python/archive/master.zip',
5251
keywords=['java', 'java2python', 'compiler'],
5352
classifiers=filter(None, classifiers.split('\n')),
5453

@@ -81,6 +80,7 @@ def doc_files():
8180
('doc', doc_files()),
8281
],
8382

84-
install_requires=['antlr_python_runtime==3.1.3'],
85-
83+
install_requires=[
84+
'antlr_python_runtime@https://github.com/altigee/antlr-python3-runtime-3.1.3/archive/master.zip',
85+
],
8686
)

0 commit comments

Comments
 (0)