Skip to content

Commit

Permalink
PyPI is difficult!
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Saunders committed Jun 4, 2018
1 parent c66591d commit a1102bf
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 @@ -3,8 +3,10 @@
with open('README.md') as f:
long_description = f.read()

version='0.1.2'

setup(name='bindsnet',
version='0.1',
version=version,
description='Spiking neural networks for ML in Python',
license='AGPL-3.0',
long_description=long_description,
Expand All @@ -14,7 +16,7 @@
author_email='djsaunde@cs.umass.edu',
packages=['bindsnet'],
zip_safe=False,
download_url='https://github.com/Hananel-Hazan/bindsnet/archive/0.1.tar.gz',
download_url='https://github.com/Hananel-Hazan/bindsnet/archive/%s.tar.gz' % version,
install_requires=['numpy>=1.14.2',
'torch>=0.4.0',
'tqdm>=4.19.9',
Expand Down

0 comments on commit a1102bf

Please sign in to comment.