Skip to content

Commit

Permalink
Updating setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Saunders committed Jun 4, 2018
1 parent 056ac83 commit c66591d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
from setuptools import setup, find_packages

with open('README.md') as f:
long_description = f.read()

setup(name='bindsnet',
version='0.1',
description='Spiking neural networks for ML in Python',
license='AGPL-3.0',
long_description=long_description,
long_description_content_type='text/markdown', # This is important!
url='http://github.com/Hananel-Hazan/bindsnet',
author='Daniel Saunders, Hananel Hazan, Darpan Sanghavi, Hassaan Khan',
author_email='djsaunde@cs.umass.edu',
Expand Down

0 comments on commit c66591d

Please sign in to comment.