Skip to content

Commit 1c180c2

Browse files
committed
Get PyPI and GitHub to display the README
1 parent 0fd354c commit 1c180c2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
README

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
py_modules=['rfc6266', 'test_rfc6266'],
1515
install_requires=['LEPL'],
1616
use_2to3=True,
17+
long_description=open('README').read(),
1718
classifiers=(
1819
'Programming Language :: Python :: 2',
1920
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)