Skip to content

Commit 124d65a

Browse files
committed
added download url to setup.py
1 parent c5c9058 commit 124d65a

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
@@ -8,14 +8,14 @@
88
#author='Armin Ronacher',
99
#author_email='armin.ronacher@active-4.com',
1010
url='http://github.com/andreif/codegen',
11+
download_url='https://github.com/andreif/codegen/tarball/1.0',
1112
keywords='ast codegen',
1213
platforms='any',
1314
zip_safe=False,
1415
license='BSD',
1516
install_requires = [],
1617
py_modules=['codegen'],
1718
classifiers=[
18-
'Environment :: Web Environment',
1919
'Intended Audience :: Developers',
2020
'Operating System :: OS Independent',
2121
'License :: OSI Approved :: BSD License',

0 commit comments

Comments
 (0)