Update version
This commit is contained in:
parent
7e34a8f179
commit
bc148c3df2
2 changed files with 8 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -139,6 +139,5 @@ cython_debug/
|
||||||
|
|
||||||
# Configuration files
|
# Configuration files
|
||||||
*.conf
|
*.conf
|
||||||
*.cfg
|
|
||||||
*.ini
|
*.ini
|
||||||
tmp/
|
tmp/
|
||||||
|
|
8
setup.cfg
Executable file
8
setup.cfg
Executable file
|
@ -0,0 +1,8 @@
|
||||||
|
[metadata]
|
||||||
|
name = image_classifier
|
||||||
|
version = 0.0.2
|
||||||
|
|
||||||
|
[options]
|
||||||
|
packages = image_classifier
|
||||||
|
install_requires =
|
||||||
|
importlib; python_version == "3.6"
|
Loading…
Reference in a new issue