File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
python :
3
+ - ' 2.7'
4
+ - ' 3.4'
5
+ - ' 3.5'
6
+ - ' 3.6'
3
7
- ' 3.7'
8
+ - ' 3.8'
4
9
install :
5
10
- pip install flake8
6
11
script :
7
12
- flake8 --count
8
- before_deploy : python setup.py sdist bdist_wheel
13
+ - python setup.py bdist_wheel
14
+ before_deploy : python setup.py sdist
9
15
deploy :
10
16
- provider : pypi
11
17
user : dolfinus
Original file line number Diff line number Diff line change 22
22
'Framework :: Setuptools Plugin' ,
23
23
'Intended Audience :: Developers' ,
24
24
"Programming Language :: Python :: 2" ,
25
+ "Programming Language :: Python :: 2.7" ,
25
26
"Programming Language :: Python :: 3" ,
27
+ "Programming Language :: Python :: 3.4" ,
28
+ "Programming Language :: Python :: 3.5" ,
29
+ "Programming Language :: Python :: 3.6" ,
30
+ "Programming Language :: Python :: 3.7" ,
31
+ "Programming Language :: Python :: 3.8" ,
26
32
"License :: OSI Approved :: MIT License" ,
27
33
"Operating System :: OS Independent" ,
28
34
],
You can’t perform that action at this time.
0 commit comments