Skip to content

Commit 3e7660e

Browse files
author
Frederik De Bleser
committed
Fixed broken setup.py
Setup was still referring to the old README location.
1 parent 8522763 commit 3e7660e

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
@@ -11,7 +11,7 @@ def read(fname):
1111
version="1.6",
1212
description="NodeBox for OpenGL is a free, cross-platform library for "
1313
"generating 2D animations with Python programming code.",
14-
long_description=read("nodebox/README.txt"),
14+
long_description=read("README.txt"),
1515
keywords = "2d graphics sound physics games multimedia",
1616
license = "BSD",
1717
author="Tom De Smedt, Frederik De Bleser",

0 commit comments

Comments
 (0)