Skip to content

Commit 932a102

Browse files
authored
Merge pull request #87 from BastienTr/Release_v0.6
Setup file for new release v0.6
2 parents 47433d6 + 21ad840 commit 932a102

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Available Features
3737
- Binary Symmetric Channel (BSC)
3838
- Binary AWGN Channel (BAWGNC)
3939

40-
[**Wifi 802.11 Simulation Class**](https://github.com/veeresht/CommPy/blob/master/commpy/wifi80211.py)
40+
[Wifi 802.11 Simulation Class](https://github.com/veeresht/CommPy/blob/master/commpy/wifi80211.py)
4141
- A class to simulate the transmissions and receiving parameters of physical layer 802.11 (currently till VHT (ac)).
4242

4343
[Filters](https://github.com/veeresht/CommPy/blob/master/commpy/filters.py)

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
MAINTAINER_EMAIL = '[email protected]'
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)