diff --git a/README.md b/README.md index 4047d59..fe6164d 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Available Features - Binary Symmetric Channel (BSC) - Binary AWGN Channel (BAWGNC) -[**Wifi 802.11 Simulation Class**](https://github.com/veeresht/CommPy/blob/master/commpy/wifi80211.py) +[Wifi 802.11 Simulation Class](https://github.com/veeresht/CommPy/blob/master/commpy/wifi80211.py) - A class to simulate the transmissions and receiving parameters of physical layer 802.11 (currently till VHT (ac)). [Filters](https://github.com/veeresht/CommPy/blob/master/commpy/filters.py) diff --git a/setup.py b/setup.py index 080e8c0..c8bc9ba 100644 --- a/setup.py +++ b/setup.py @@ -11,12 +11,12 @@ MAINTAINER_EMAIL = 'veeresht@gmail.com' URL = 'http://veeresht.github.com/CommPy' LICENSE = 'BSD 3-Clause' -VERSION = '0.5.0' +VERSION = '0.6.0' #This is a list of files to install, and where #(relative to the 'root' dir, where setup.py is) #You could be more specific. -files = ["channelcoding/*, channelcoding/tests/*, tests/*"] +files = ["channelcoding/*, channelcoding/tests/*, tests/*, channelcoding/designs/ldpc/gallager/*, channelcoding/designs/ldpc/wimax/*"] setup( name=DISTNAME,