File tree Expand file tree Collapse file tree 5 files changed +6
-19
lines changed
Expand file tree Collapse file tree 5 files changed +6
-19
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ install:
1010
1111script :
1212- pytest test/ -v
13- - pycodestyle *.py
13+ - pycodestyle commit_helper/* test/*
1414
1515after_script :
1616- py.test --cov-report term --cov=. --ignore=test/* --cov-report=html
Original file line number Diff line number Diff line change 1- 3.4.8
1+ 3.4.12
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ import os
12import codecs
2- from setuptools import setup , find_packages
33from os import path
4- import os
4+ from setuptools import setup
5+ from setuptools import find_packages
56from pip ._internal .req import parse_requirements
67
78here = path .abspath (path .dirname (__file__ ))
2223 "Development Status :: 5 - Production/Stable" ,
2324 "Intended Audience :: Developers" ,
2425 "Natural Language :: Portuguese" ,
25- "License :: OSI Approved :: GNU License" ,
26+ "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) " ,
2627 "Operating System :: OS Independent" ,
2728 "Programming Language :: Python" ,
2829 "Programming Language :: Python :: 3.6" ,
You can’t perform that action at this time.
0 commit comments