Skip to content

Commit 8cb64d9

Browse files
authored
Merge pull request #19 from pytest-dev/update-metadata/2/dev
Fix some minor errors in package metadata These issues were blocking the release of v0.5.1 and were discovered at the last minute.
2 parents 12526ec + a4eeafc commit 8cb64d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ You can install the plugin by running ::
149149
pip install pytest-localserver
150150

151151
Alternatively, get the latest stable version from `PyPI`_ or the latest
152-
`bleeding-edge archive`_ from Github.
152+
`bleeding-edge`_ from Github.
153153

154154
License and Credits
155155
===================

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def run(self):
5858

5959
keywords='py.test pytest server localhost http smtp',
6060
classifiers=[
61-
'Frameworks :: Pytest',
61+
'Framework :: Pytest',
6262
'Operating System :: OS Independent',
6363
'Development Status :: 4 - Beta',
6464
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)