File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
- # Python byte code
1
+ # Python byte code
2
2
__pycache__ /
3
3
* .py [cod ]
4
4
5
5
# PyCharm
6
6
.idea /
7
7
8
- .coverage
8
+ .coverage
9
+
10
+ # Poetry build file
11
+ .dist /
12
+ dist /
Original file line number Diff line number Diff line change 1
1
language : python
2
2
python :
3
3
- " 3.6"
4
- - " 3.6-dev" # 3.6 development branch
4
+ - " 3.6-dev"
5
+ - " 3.7"
6
+ - " 3.7-dev"
7
+ - " 3.8-dev"
8
+ - " nightly"
5
9
branches :
6
10
only :
7
11
- master
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
- name = " imagefeatureextractor "
2
+ name = " ife "
3
3
version = " 0.1.0"
4
4
description = " You can get a nice global image feature!!"
5
5
authors = [" HokutoTateyama <ht235711@yahoo.co.jp>" ]
@@ -8,8 +8,10 @@ license = "BSD-3-Clause"
8
8
readme = " README.md"
9
9
classifiers =[
10
10
" Development Status :: 2 - Pre-Alpha" ,
11
- " Programming Language :: Python :: 3.5 " ,
11
+ " Programming Language :: Python :: 3 :: Only " ,
12
12
" Programming Language :: Python :: 3.6" ,
13
+ " Programming Language :: Python :: 3.7" ,
14
+ " Programming Language :: Python :: 3.8" ,
13
15
" Topic :: Scientific/Engineering"
14
16
]
15
17
You can’t perform that action at this time.
0 commit comments