Update setup.py

This commit is contained in:
Andros Fenollosa 2022-11-09 13:04:54 +01:00 committed by GitHub
parent f65b7a7f06
commit 081f884870
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ from setuptools import setup
setup(
name = 'fiable_db',
py_modules=['fiable_db'],
version = '0.0.1',
version = 'VERSION',
python_requires='>3.7',
description = ' Immutable NoSQL database in a plain file ',
author = 'Andros Fenollosa',