Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ def read(fname):
author_email="basti@redtoad.de",
maintainer="David Zaslavsky",
maintainer_email="diazona@ellipsix.net",
license="MIT License",
license_files=["LICENSE"],
license_expression="MIT",
description="pytest plugin to test server connections locally.",
long_description=read("README.rst"),
url="https://github.com/pytest-dev/pytest-localserver",
Expand All @@ -37,7 +38,6 @@ def read(fname):
"Operating System :: OS Independent",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
Expand Down