Skip to content

Commit c6e70c1

Browse files
committed
GRUNT: Minor setup.py changes for PyPI
* Changes `LazyReadmeConverter` to use a more specific input format (Github-flavored Markdown, rather than generic). This might prevent issues in the future. * Updates the keywords metedata. In preparation for #22
1 parent 3a780b5 commit c6e70c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class LazyReadmeConverter:
77
""" Uses pandoc to convert the README from Markdown to reStructuredText. """
88

9-
IN_FORMAT = 'md'
9+
IN_FORMAT = 'markdown_github'
1010
OUT_FORMAT = 'rst'
1111
converted = False
1212

@@ -106,5 +106,5 @@ def __repr__(self):
106106
'Topic :: System :: Logging',
107107
'Topic :: System :: Monitoring',
108108
],
109-
keywords='https csp hpkp error notification'
109+
keywords='django csp hpkp security error-monitoring https'
110110
)

0 commit comments

Comments
 (0)