summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTrent Mick <trentm@gmail.com>2010-09-02 10:10:13 -0700
committerTrent Mick <trentm@gmail.com>2010-09-02 10:10:13 -0700
commit63779bbf629b8f70c02d6348d1718c05e55069ca (patch)
treeacb37a7cc574e7c74ea2d8292af3400fd318b4a5 /setup.py
parentd9b7a0d131a6110173f90739e3cc6025d0282c09 (diff)
downloadappdirs-63779bbf629b8f70c02d6348d1718c05e55069ca.tar.gz
drop long desc, b/c I use Markdown it doesn't render on pypi nicely
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 827dfa4..0807548 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,6 @@ README = open(os.path.join(_top_dir, 'README.md')).read()
setup(name='appdirs',
version=appdirs.__version__,
description='A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".',
- long_description=README,
classifiers=[c.strip() for c in """
Development Status :: 4 - Beta
Intended Audience :: Developers