We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c9058 commit 124d65aCopy full SHA for 124d65a
setup.py
@@ -8,14 +8,14 @@
8
#author='Armin Ronacher',
9
#author_email='armin.ronacher@active-4.com',
10
url='http://github.com/andreif/codegen',
11
+ download_url='https://github.com/andreif/codegen/tarball/1.0',
12
keywords='ast codegen',
13
platforms='any',
14
zip_safe=False,
15
license='BSD',
16
install_requires = [],
17
py_modules=['codegen'],
18
classifiers=[
- 'Environment :: Web Environment',
19
'Intended Audience :: Developers',
20
'Operating System :: OS Independent',
21
'License :: OSI Approved :: BSD License',
0 commit comments