Skip to content

Commit

Permalink
Release 0.2.4 - try restoring README.md as long description.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunns committed Jul 31, 2018
1 parent 0f5c902 commit 350d847
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
import os

from setuptools import find_packages, setup

setup(
name="mbtest",
zip_safe=False,
version="0.2.3",
version="0.2.4",
description="Python wrapper & utils for the Mountebank over the wire test double tool.",
long_description=open(os.path.join(os.path.dirname(__file__), "README.md")).read(),
author="Simon Brunning",
author_email="[email protected]",
url="https://github.com/brunns/mbtest/",
packages=find_packages(where="src"),
package_dir={"": "src"},
package_data={"": ["README.md"]},
include_package_data=True,
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 350d847

Please sign in to comment.