File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ sudo: false
6
6
7
7
python :
8
8
- " 2.7"
9
+ - " 3.4"
9
10
- " 3.5"
10
11
- " 3.6"
11
- - " 3.7"
12
12
13
13
cache :
14
14
- pip
Original file line number Diff line number Diff line change 1
1
from setuptools import setup
2
2
3
3
setup (
4
- name = ' python-patterns' ,
5
- description = ' A collection of design patterns and idioms in Python.' ,
4
+ name = " python-patterns" ,
5
+ description = " A collection of design patterns and idioms in Python." ,
6
6
classifiers = [
7
- ' Programming Language :: Python :: 2' ,
8
- ' Programming Language :: Python :: 2.7' ,
9
- ' Programming Language :: Python :: 3' ,
10
- ' Programming Language :: Python :: 3.5' ,
11
- ' Programming Language :: Python :: 3.6' ,
12
- ' Programming Language :: Python :: 3.7' ,
7
+ " Programming Language :: Python :: 2" ,
8
+ " Programming Language :: Python :: 2.7" ,
9
+ " Programming Language :: Python :: 3" ,
10
+ " Programming Language :: Python :: 3.4" ,
11
+ " Programming Language :: Python :: 3.5" ,
12
+ " Programming Language :: Python :: 3.6" ,
13
13
],
14
- )
14
+ )
You can’t perform that action at this time.
0 commit comments