Skip to content

Commit

Permalink
Merge ddf407d into acf8648
Browse files Browse the repository at this point in the history
  • Loading branch information
petr-muller committed Jun 29, 2018
2 parents acf8648 + ddf407d commit 86010b2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Expand Up @@ -4,14 +4,15 @@
import pyff

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

setuptools.setup(
name="pythondiff",
version=pyff.__version__,
description="Python Diff",
long_description=long_description,
# url=
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
url="https://github.com/petr-muller/pyff",
author="Petr Muller",
author_email="afri@afri.cz",
classifiers=[
Expand Down

0 comments on commit 86010b2

Please sign in to comment.