Skip to content

Commit e2adce2

Browse files
committed
atualizando para usar no linux
1 parent 0887d47 commit e2adce2

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: python
22
python:
3-
- 3.7
3+
- 3.9
44
install:
5+
- pip install -r requirements-dev.txt
56
- pip install -q pipenv codecov
67
- pipenv sync --dev
78
script:

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def find_package_data(
117117
long_description_content_type='text/markdown',
118118
author=AUTHOR,
119119
author_email=AUTHOR_EMAIL,
120-
license="GNU AFFERO GENERAL PUBLIC LICENSE",
120+
license=read('LICENSE'),
121121
url=URL,
122122
packages=find_packages(exclude=["tests.*", "tests"]),
123123
package_data=find_package_data(PACKAGE, only_in_packages=False),
@@ -128,7 +128,7 @@ def find_package_data(
128128
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
129129
"Operating System :: OS Independent",
130130
"Programming Language :: Python",
131-
"Programming Language :: Python :: 3.6",
131+
"Programming Language :: Python :: 3.9",
132132
"Framework :: Pytest",
133133
],
134134
install_requires=[

0 commit comments

Comments
 (0)