Skip to content

Commit

Permalink
updated project description
Browse files Browse the repository at this point in the history
  • Loading branch information
fwojciec committed Oct 23, 2020
1 parent ecd2121 commit 061f45b
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,13 +1,18 @@
from setuptools import find_packages, setup

with open("README.md", "r") as fh:
long_description = fh.read()

setup(
name="dsemu",
version="0.1.0",
version="0.1.1",
url="https://github.com/fwojciec/dsemu",
license="MIT",
author="Filip Wojciechowski",
author_email="[email protected]",
description="A wrapper around the datastore emulator instance for use in tests.",
long_description=long_description,
long_description_content_type="text/markdown",
packages=find_packages(exclude=("tests",)),
install_requires=[],
classifiers=[
Expand Down

0 comments on commit 061f45b

Please sign in to comment.