Skip to content

Commit

Permalink
Add long_description to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mesozoic committed Dec 12, 2018
1 parent f50ebc5 commit 145910a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@
from setuptools import setup


def contents(filename):
from os.path import abspath, dirname, join
with open(join(abspath(dirname(__file__)), filename)) as fh:
return fh.read()


setup(
name='gmail-yaml-filters',
author='Alex Levy',
author_email='mesozoic@users.noreply.github.com',
description='A quick tool for generating Gmail filters from YAML rules.',
long_description=contents('README.md'),
long_description_content_type='text/markdown',
url='https://github.com/mesozoic/gmail-yaml-filters',
version='0.9.1',
classifiers=[
Expand Down

0 comments on commit 145910a

Please sign in to comment.