Skip to content

Commit

Permalink
nevermind.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomislater committed Aug 27, 2022
1 parent 2392f87 commit 6e9b8ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ python:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
install:
- python setup.py install
- pip install coverage
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -37,6 +37,7 @@ def run_tests(self):
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: Software Development :: Libraries :: Python Modules',
],
include_package_data=True,
Expand Down

0 comments on commit 6e9b8ce

Please sign in to comment.