Skip to content

Commit 22f2556

Browse files
Add long_description for PIP
1 parent da5cc6c commit 22f2556

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
setup(
33
name = 'extra_keras_datasets',
44
packages = ['extra_keras_datasets'],
5-
version = '0.1.1',
5+
version = '0.1.2',
66
license='MIT',
77
description = 'Extending the Keras Datasets module with extra ones.',
8+
long_description = 'Extending the Keras Datasets module with extra ones.',
89
author = 'Christian Versloot',
910
author_email = '[email protected]',
1011
url = 'https://github.com/christianversloot/extra_keras_datasets',
11-
download_url = 'https://github.com/christianversloot/extra_keras_datasets/archive/0.1.1.tar.gz',
12+
download_url = 'https://github.com/christianversloot/extra_keras_datasets/archive/0.1.2.tar.gz',
1213
keywords = ['keras', 'datasets', 'machine learning'],
1314
install_requires=[
1415
'keras',

0 commit comments

Comments
 (0)