Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kaustubh-sadekar authored Sep 29, 2020
1 parent 40ddb03 commit fc30330
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 @@ -13,17 +13,19 @@
except:
long_description = description

version = '1.1.2'

setup(
name = 'omnicv',
packages = ['omnicv'],
version = '1.1.0',
version = version,
license='MIT',
description = description,
long_description=long_description,
long_description_content_type="text/x-rst",
author = 'Kaustubh Sadekar, Leena Vachhani, Abhishek Gupta',
url = 'https://kaustubh-sadekar.github.io/OmniCV-Lib/index.html',
download_url = 'https://github.com/kaustubh-sadekar/OmniCV-Lib/archive/v_1.1.0.tar.gz',
download_url = 'https://github.com/kaustubh-sadekar/OmniCV-Lib/archive/v_%s.tar.gz'%version,
keywords = ['Deep Learning', 'Helper functions'],
package_data={'':['README.rst']},
classifiers=[
Expand Down

0 comments on commit fc30330

Please sign in to comment.