Skip to content

Commit c66591d

Browse files
author
Dan Saunders
committed
Updating setup.py.
1 parent 056ac83 commit c66591d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
from setuptools import setup, find_packages
22

3+
with open('README.md') as f:
4+
long_description = f.read()
5+
36
setup(name='bindsnet',
47
version='0.1',
58
description='Spiking neural networks for ML in Python',
9+
license='AGPL-3.0',
10+
long_description=long_description,
11+
long_description_content_type='text/markdown', # This is important!
612
url='http://github.com/Hananel-Hazan/bindsnet',
713
author='Daniel Saunders, Hananel Hazan, Darpan Sanghavi, Hassaan Khan',
814
author_email='djsaunde@cs.umass.edu',

0 commit comments

Comments
 (0)