Skip to content

Commit

Permalink
setup.py fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Mar 14, 2013
1 parent a5e1f09 commit c3f8a9d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Expand Up @@ -156,6 +156,10 @@ def main():
'Natural Language :: English', 'Natural Language :: English',
'Programming Language :: C++', 'Programming Language :: C++',
'Programming Language :: Python', 'Programming Language :: Python',
'Programming Language :: Python :: 2.4',
'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Topic :: Scientific/Engineering', 'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Mathematics', 'Topic :: Scientific/Engineering :: Mathematics',
'Topic :: Scientific/Engineering :: Physics', 'Topic :: Scientific/Engineering :: Physics',
Expand Down Expand Up @@ -201,6 +205,8 @@ def main():
] ]
}, },


zip_safe=False,

# 2to3 invocation # 2to3 invocation
cmdclass={'build_py': build_py}) cmdclass={'build_py': build_py})


Expand Down

0 comments on commit c3f8a9d

Please sign in to comment.