-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
191 additions
and
189 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,25 +28,26 @@ | |
|
||
setup( | ||
name="esmre", | ||
version="0.5.2", | ||
version="1.0", | ||
description="Regular expression accelerator", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
classifiers=[ | ||
"Development Status :: 4 - Beta", | ||
"Development Status :: 5 - Production/Stable", | ||
"Intended Audience :: Developers", | ||
"License :: OSI Approved :: " | ||
"GNU Library or Lesser General Public License (LGPL)", | ||
"Operating System :: POSIX", | ||
"Programming Language :: C", | ||
"Programming Language :: Cython", | ||
"Programming Language :: Python", | ||
"Topic :: Software Development :: Libraries :: Python Modules", | ||
"Topic :: Text Processing :: Indexing", | ||
], | ||
install_requires=["setuptools"], | ||
author="Will Harris", | ||
author_email="[email protected]", | ||
url="http://code.google.com/p/esmre/", | ||
url="https://github.com/wharris/esmre", | ||
license="GNU LGPL", | ||
platforms=["POSIX"], | ||
ext_modules=cythonize([module1]), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.