Skip to content

Commit 47bbb83

Browse files
authored
Merge pull request #109 from jmcgee-geon/fix/setup-txt-install
Package_data files list fix
2 parents a1452bc + 719a244 commit 47bbb83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#This is a list of files to install, and where
1717
#(relative to the 'root' dir, where setup.py is)
1818
#You could be more specific.
19-
files = ["channelcoding/*, channelcoding/tests/*, tests/*, channelcoding/designs/ldpc/gallager/*, channelcoding/designs/ldpc/wimax/*"]
19+
files = ["channelcoding/*", "channelcoding/tests/*", "tests/*", "channelcoding/designs/ldpc/gallager/*", "channelcoding/designs/ldpc/wimax/*"]
2020

2121
setup(
2222
name=DISTNAME,

0 commit comments

Comments
 (0)