maxkrivich/SlowLoris

PyPi long description format

maxkrivich opened this issue · 3 comments

Publication issue:
On PyPi in description tag PySlowLoris happens something weird. Probably the bug somewhere in setup.py at line 48.

SlowLoris/setup.py

Lines 47 to 49 in c15732a

with codecs.open(os.path.join(here, 'README.rst'), encoding='utf-8') as f:
LONG_DESCRIPTION = '\n'.join(line for line in f
if not line.startswith('..')) + '\n'

README.rst was generated by module m2r.

@cclauss if you can find a solution let me know.

What exactly don't you like?

  • target: alt: lines?
  • horizontal lines?
  • formatting of command line params?
  • MIT is missing for license?

@cclauss I hope what that's would look like README.md if it is possible.