Commit 1c180c23 by Gabriel

Get PyPI and GitHub to display the README

parent 0fd354cc
README
\ No newline at end of file
......@@ -14,6 +14,7 @@ setup(
py_modules=['rfc6266', 'test_rfc6266'],
install_requires=['LEPL'],
use_2to3=True,
long_description=open('README').read(),
classifiers=(
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment