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'],
|
keywords = ['database', 'immutable', 'nosql', 'json'],
|
||||||
classifiers=(
|
classifiers=(
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"License :: OSI Approved :: GNU License",
|
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
),
|
),
|
||||||
install_requires=[],
|
install_requires=[],
|
||||||
|
Loading…
Reference in New Issue
Block a user