Skip to content

Commit

Permalink
Merge pull request #205 from narekgharibyan/master
Browse files Browse the repository at this point in the history
added package classifiers
  • Loading branch information
narekgharibyan authored Feb 6, 2017
2 parents 0104b93 + 5b6183a commit 2094e02
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions pykeyvi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ def run(self):

setup(
name=PACKAGE_NAME,
version='0.1.35',
description='Python bindings for keyvi',
version='0.1.36',
description='Python package for keyvi',
author='Hendrik Muhs',
author_email='hendrik.muhs@gmail.com',
license="ASL 2.0",
Expand All @@ -231,8 +231,19 @@ def run(self):
ext_modules=ext_modules,
zip_safe=False,
url='https://github.com/cliqz/keyvi',
download_url='https://github.com/cliqz/keyvi/tarball/v0.1.35',
download_url='https://github.com/cliqz/keyvi/tarball/v0.1.36',
keywords=['FST'],
classifiers=[],
classifiers=[
'Programming Language :: C++',
'Programming Language :: Cython',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Operating System :: MacOS :: MacOS X',
'Operating System :: Unix',
],
install_requires=install_requires,
)

0 comments on commit 2094e02

Please sign in to comment.