Skip to content

Commit 65160dc

Browse files
committed
fix: build package
1 parent c37f863 commit 65160dc

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

local-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ pytest==5.4.3
22
pytest-asyncio==0.14.0
33
pytest-cov==2.10.0
44
mypy==0.782
5+
setuptools==49.1.0

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,12 @@
3333
'typing-extensions',
3434
],
3535
classifiers=[
36+
'Topic :: Software Development :: Testing',
37+
'Topic :: Internet :: WWW/HTTP :: Browsers',
38+
'Intended Audience :: Developers',
3639
'Programming Language :: Python :: 3',
40+
'Programming Language :: Python :: 3.7',
41+
'Programming Language :: Python :: 3.8',
3742
'License :: OSI Approved :: Apache Software License',
3843
'Operating System :: OS Independent',
3944
],

0 commit comments

Comments
 (0)