Update setup.py
This commit is contained in:
parent
6f4d5d04d0
commit
66c76ce56a
4
setup.py
4
setup.py
@ -9,11 +9,11 @@ setup(
|
|||||||
author_email = 'andros@fenollosa.email',
|
author_email = 'andros@fenollosa.email',
|
||||||
url = 'https://github.com/tanrax/fiableDB',
|
url = 'https://github.com/tanrax/fiableDB',
|
||||||
keywords = ['database', 'immutable', 'nosql', 'json'],
|
keywords = ['database', 'immutable', 'nosql', 'json'],
|
||||||
classifiers=(
|
classifiers=[
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
|
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
),
|
],
|
||||||
install_requires=[],
|
install_requires=[],
|
||||||
entry_points=''
|
entry_points=''
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user