We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1452bc + 719a244 commit 47bbb83Copy full SHA for 47bbb83
1 file changed
setup.py
@@ -16,7 +16,7 @@
16
#This is a list of files to install, and where
17
#(relative to the 'root' dir, where setup.py is)
18
#You could be more specific.
19
-files = ["channelcoding/*, channelcoding/tests/*, tests/*, channelcoding/designs/ldpc/gallager/*, channelcoding/designs/ldpc/wimax/*"]
+files = ["channelcoding/*", "channelcoding/tests/*", "tests/*", "channelcoding/designs/ldpc/gallager/*", "channelcoding/designs/ldpc/wimax/*"]
20
21
setup(
22
name=DISTNAME,
0 commit comments