Skip to content

Commit

Permalink
Bump version, PEP8 setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jun 9, 2013
1 parent 2d08a46 commit 9d3b338
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions setup.py
Expand Up @@ -13,26 +13,26 @@
from distutils.command.build_py import build_py

setup(name="codepy",
version="2013.1",
version="2013.1.1",
description="Generate and execute native code at run time.",
long_description=open("README.rst", "rt").read(),
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Intended Audience :: Other Audience',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Programming Language :: Python',
'Topic :: Scientific/Engineering',
'Topic :: Software Development :: Libraries',
'Topic :: Utilities',
],
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Intended Audience :: Other Audience',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Programming Language :: Python',
'Topic :: Scientific/Engineering',
'Topic :: Software Development :: Libraries',
'Topic :: Utilities',
],

author=u"Andreas Kloeckner",
url="http://mathema.tician.de/software/codepy",
author_email="inform@tiker.net",
license = "MIT",
license="MIT",

packages=["codepy", "codepy.cgen"],
install_requires=[
Expand Down

0 comments on commit 9d3b338

Please sign in to comment.