Add setup and ignores

This commit is contained in:
Andros Fenollosa 2022-11-09 12:48:50 +01:00
parent 42c288a4bb
commit 4bde0aa5f9
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
dist/
build/
fiable_db.egg-info/

View File

@ -11,7 +11,7 @@ setup(
keywords = ['database', 'immutable', 'nosql', 'json'],
classifiers=(
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU License",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: OS Independent",
),
install_requires=[],