Skip to content

Commit

Permalink
Add long description in setup.py for push to Pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
asettouf committed Sep 26, 2017
1 parent 664e221 commit 75186b3
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 distutils.core import setup
from os.path import exists

setup(
name = "fsmonitor",
version = "0.1",
description = "Filesystem monitoring",
long_description=(open('README.rst').read() if exists('README.rst')
else ''),
author = "Luke McCarthy",
author_email = "[email protected]",
licence="MIT",
url = "http://github.com/shaurz/fsmonitor",
install_requires=[
'pypiwin32',
Expand Down

0 comments on commit 75186b3

Please sign in to comment.