Skip to content

Commit

Permalink
Merge pull request #13 from js1010/task/fix-meta
Browse files Browse the repository at this point in the history
Task/fix meta
  • Loading branch information
js1010 committed Feb 7, 2021
2 parents 232d357 + 21d223f commit db1c6f8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

MAJOR = 0
MINOR = 0
MICRO = 5
MICRO = 6
RELEASE = True
STAGE = {True: '', False: 'b'}.get(RELEASE)
VERSION = f'{MAJOR}.{MINOR}.{MICRO}{STAGE}'
Expand Down Expand Up @@ -163,12 +163,14 @@ def setup_package():
name='cuhnsw',
maintainer="Jisang Yoon",
maintainer_email="vjs10101v@gmail.com",
author="Jisang Yoon",
author_email="vjs10101v@gmail.com",
description=DOCLINES[0],
long_description="\n".join(DOCLINES[2:]),
url="https://github.com/js1010/cuhnsw",
download_url="https://github.com/js1010/cuhnsw/releases",
include_package_data=False,
license='Apac2',
license='Apache2',
packages=['cuhnsw/'],
cmdclass=cmdclass,
classifiers=[_f for _f in CLASSIFIERS.split('\n') if _f],
Expand Down

0 comments on commit db1c6f8

Please sign in to comment.