Skip to content

Commit

Permalink
Mark readme as markdown for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
17451k committed Jan 15, 2021
1 parent a3abae8 commit 668d4a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,13 +203,14 @@ def finalize_options(self):

setuptools.setup(
name="clade",
version="3.3",
version="3.3.1",
author="Ilya Shchepetkov",
author_email="shchepetkov@ispras.ru",
url="https://github.com/17451k/clade",
license="LICENSE.txt",
description="Clade is a tool for extracting information about software build process and source code",
long_description=open("README.md", encoding="utf8").read(),
long_description_content_type="text/markdown",
python_requires=">=3.5",
packages=["clade"],
package_data={"clade": package_files("clade")},
Expand Down

0 comments on commit 668d4a4

Please sign in to comment.