Skip to content

Commit 83fb2cd

Browse files
author
Johannes Staffans
committed
Fix long description
1 parent 2f538d7 commit 83fb2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ def rel(*parts):
1616
with open(rel('cljs_loader', '__init__.py')) as handler:
1717
INIT_PY = handler.read()
1818

19-
2019
VERSION = re.findall("__version__ = '([^']+)'", INIT_PY)[0]
2120

2221
setup(
2322
name = 'django-cljs-loader',
23+
long_description = README,
2424
packages = ['cljs_loader', 'cljs_loader/templatetags'],
2525
version = VERSION,
2626
description = 'ClojureScript integration for Django',

0 commit comments

Comments
 (0)