We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33411ae commit 221cf73Copy full SHA for 221cf73
setup.cfg
@@ -3,13 +3,13 @@ from distutils.core import setup
3
setup(
4
name = 'extra_keras_datasets',
5
packages = ['extra_keras_datasets'],
6
- version = '0.1',
+ version = '0.1.1',
7
license='MIT',
8
description = 'Extending the Keras Datasets module with extra ones.',
9
author = 'Christian Versloot',
10
author_email = 'chris@machinecurve.com',
11
url = 'https://github.com/christianversloot/extra_keras_datasets',
12
- download_url = '',
+ download_url = 'https://github.com/christianversloot/extra_keras_datasets/archive/0.1.1.tar.gz',
13
keywords = ['keras', 'datasets', 'machine learning'],
14
install_requires=[],
15
classifiers=[
0 commit comments