Update setup.py
This commit is contained in:
parent
f65b7a7f06
commit
081f884870
2
setup.py
2
setup.py
@ -2,7 +2,7 @@ from setuptools import setup
|
|||||||
setup(
|
setup(
|
||||||
name = 'fiable_db',
|
name = 'fiable_db',
|
||||||
py_modules=['fiable_db'],
|
py_modules=['fiable_db'],
|
||||||
version = '0.0.1',
|
version = 'VERSION',
|
||||||
python_requires='>3.7',
|
python_requires='>3.7',
|
||||||
description = ' Immutable NoSQL database in a plain file ',
|
description = ' Immutable NoSQL database in a plain file ',
|
||||||
author = 'Andros Fenollosa',
|
author = 'Andros Fenollosa',
|
||||||
|
Loading…
Reference in New Issue
Block a user