Add setup and ignores
This commit is contained in:
parent
42c288a4bb
commit
4bde0aa5f9
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
dist/
|
||||
build/
|
||||
fiable_db.egg-info/
|
2
setup.py
2
setup.py
@ -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=[],
|
||||
|
Loading…
Reference in New Issue
Block a user