Skip to content

Commit fabfdb8

Browse files
committed
Remove long_description from setup.py
1 parent b82ab80 commit fabfdb8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
setup(name = 'Keras',
55
version = '0.1.0',
66
description = 'Theano-based Deep Learning library',
7-
long_description = open('README.md').read(),
87
author = 'Francois Chollet',
98
author_email = 'francois.chollet@gmail.com',
109
url = 'https://github.com/fchollet/keras',

0 commit comments

Comments
 (0)