mirror of
https://github.com/e1ven/Robohash.git
synced 2025-06-23 21:35:02 +00:00
Improve setup.py
This commit is contained in:
parent
87cc1bdf7b
commit
a5e59331cf
20
setup.py
20
setup.py
@ -14,5 +14,23 @@ setup(
|
|||||||
url='https://github.com/e1ven/Robohash',
|
url='https://github.com/e1ven/Robohash',
|
||||||
download_url='https://github.com/e1ven/Robohash/tarball/1.0',
|
download_url='https://github.com/e1ven/Robohash/tarball/1.0',
|
||||||
keywords=['robots'], # arbitrary keywords
|
keywords=['robots'], # arbitrary keywords
|
||||||
classifiers = [],
|
license='MIT',
|
||||||
|
classifiers=[
|
||||||
|
"License :: OSI Approved :: MIT License",
|
||||||
|
"Programming Language :: Python :: 2",
|
||||||
|
"Programming Language :: Python :: 3",
|
||||||
|
"Topic :: Security",
|
||||||
|
],
|
||||||
|
package_data={
|
||||||
|
'robohash': [
|
||||||
|
'sets/set1/*/*/*',
|
||||||
|
'sets/set2/*/*',
|
||||||
|
'sets/set3/*/*',
|
||||||
|
'backgrounds/*/*',
|
||||||
|
]
|
||||||
|
},
|
||||||
|
install_requires=['pillow', 'natsort'],
|
||||||
|
extras_require={
|
||||||
|
'web': ['tornado'],
|
||||||
|
},
|
||||||
)
|
)
|
Loading…
x
Reference in New Issue
Block a user