Skip to content

Commit

Permalink
Add Markdown description to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
matfax committed Oct 12, 2019
1 parent b10b588 commit 7f12f4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
from setuptools import setup, find_packages

from mutapath import Path

setup(
name='mutapath',
packages=find_packages(),
version_format='{tag}',
license='lgpl-3.0',
description='Mutable Pathlib',
long_description=Path("README.md").text(),
long_description_content_type="text/markdown",
author='matfax',
author_email='[email protected]',
url='https://github.com/matfax/mutapath',
Expand Down

0 comments on commit 7f12f4e

Please sign in to comment.