Skip to content

Commit 5f9f8ec

Browse files
committed
Setup file for v0.6
1 parent b104c99 commit 5f9f8ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
MAINTAINER_EMAIL = 'veeresht@gmail.com'
1212
URL = 'http://veeresht.github.com/CommPy'
1313
LICENSE = 'BSD 3-Clause'
14-
VERSION = '0.5.0'
14+
VERSION = '0.6.0'
1515

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/*"]
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)