Skip to content

Commit

Permalink
fix: fix setuptools version to fix Travis error in Python2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rgonalo committed Feb 25, 2021
1 parent c0a8794 commit 75f3288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -28,6 +28,7 @@ matrix:
install:
- pip install tox
- pip install setuptools
- easy_install --version
- pip install setuptools_scm
script:
- tox -e $TOX_ENV
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -74,6 +74,5 @@ def get_long_description():
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Software Development :: Quality Assurance',
'Topic :: Software Development :: Testing',
],
license='Apache 2.0',
]
)

0 comments on commit 75f3288

Please sign in to comment.