11
2- from distutils.core import setup
3- setup(
4- name = ' extra_keras_datasets' ,
5- packages = [' extra_keras_datasets' ],
6- 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 = ' https://github.com/christianversloot/extra_keras_datasets/archive/0.1.1.tar.gz' ,
13- keywords = [' keras' , ' datasets' , ' machine learning' ],
14- install_requires =[],
15- classifiers =[
16- ' Development Status :: 5 - Production/Stable' ,
17- ' Intended Audience :: Developers' ,
18- ' Topic :: Software Development :: Build Tools' ,
19- ' License :: OSI Approved :: MIT License' ,
20- ' Programming Language :: Python :: 3' ,
21- ' Programming Language :: Python :: 3.4' ,
22- ' Programming Language :: Python :: 3.5' ,
23- ' Programming Language :: Python :: 3.6' ,
24- ],
25- )
2+ [metadata]
3+ description-file = README.md
0 commit comments