~petname/petname/python

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Dustin Kirkland
  • Date: 2019-06-13 20:36:30 UTC
  • Revision ID: kirkland@ubuntu.com-20190613203630-3mab8dc4e56f2kmw
* setup.py:
  - screw it, pypi just doesn't want my markdown long description
  - commenting this out makes uploading pypi work again

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
setup(
26
26
        name='petname',
27
27
        description='Generate human-readable, random object names',
28
 
        long_description=long_description,
29
 
        long_description_content_type="text/markdown",
 
28
        #long_description=long_description,
 
29
        #long_description_content_type="text/markdown",
30
30
        version='2.7',
31
31
        author='Dustin Kirkland',
32
32
        author_email='dustin.kirkland@gmail.com',