File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ sudo: false
66
77python :
88 - " 2.7"
9+ - " 3.4"
910 - " 3.5"
1011 - " 3.6"
11- - " 3.7"
1212
1313cache :
1414 - pip
Original file line number Diff line number Diff line change 11from setuptools import setup
22
33setup (
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." ,
66 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" ,
1313 ],
14- )
14+ )
You can’t perform that action at this time.
0 commit comments