Skip to content

Commit

Permalink
load README into package description
Browse files Browse the repository at this point in the history
  • Loading branch information
petri committed Apr 26, 2020
1 parent e452924 commit 6dd6168
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@

from setuptools import setup

with open('README.md', encoding='utf-8') as f:
long_description = f.read()

setup(name='cleanco',
description='Python library to process company names',
long_description=long_description,
long_description_content_type='text/markdown',
version='2.0.0',
license="MIT",
classifiers = [
Expand Down

0 comments on commit 6dd6168

Please sign in to comment.