Skip to content

Commit 51d3dfa

Browse files
committed
ci: fixes auto deploy to pypi
1 parent 04e97d1 commit 51d3dfa

File tree

5 files changed

+6
-19
lines changed

5 files changed

+6
-19
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ install:
1010

1111
script:
1212
- pytest test/ -v
13-
- pycodestyle *.py
13+
- pycodestyle commit_helper/* test/*
1414

1515
after_script:
1616
- py.test --cov-report term --cov=. --ignore=test/* --cov-report=html

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.8
1+
3.4.12

release.sh

-11
This file was deleted.

run.sh

-3
This file was deleted.

setup.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
import os
12
import codecs
2-
from setuptools import setup, find_packages
33
from os import path
4-
import os
4+
from setuptools import setup
5+
from setuptools import find_packages
56
from pip._internal.req import parse_requirements
67

78
here = path.abspath(path.dirname(__file__))
@@ -22,7 +23,7 @@
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",

0 commit comments

Comments
 (0)