Update setup.py

This commit is contained in:
Andros Fenollosa 2022-11-09 13:46:58 +01:00 committed by GitHub
parent 6f4d5d04d0
commit 66c76ce56a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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=''
) )