diff options
| author | Michael Merickel <michael@merickel.org> | 2022-03-12 21:01:56 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2022-03-12 21:01:56 -0600 |
| commit | 980553e8ad4f3122fca8962444f175ed77b81c7d (patch) | |
| tree | 67eee1a5a1b64e6b5d18e3651d23df4878b2acd8 /setup.py | |
| parent | 440db5f87193ad2713869c422c2f162c155d99ee (diff) | |
| download | pyramid-980553e8ad4f3122fca8962444f175ed77b81c7d.tar.gz pyramid-980553e8ad4f3122fca8962444f175ed77b81c7d.tar.bz2 pyramid-980553e8ad4f3122fca8962444f175ed77b81c7d.zip | |
define long_description_content_type
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ setup( version=VERSION, description='The Pyramid Web Framework, a Pylons project', long_description=README + '\n\n' + CHANGES, - long_description_content_type = 'text/x-rst', + long_description_content_type='text/x-rst', classifiers=[ "Development Status :: 6 - Mature", "Intended Audience :: Developers", |
