Skip to content

Commit 6b78737

Browse files
Update setup.py
1 parent 3b92594 commit 6b78737

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
MAINTAINER_EMAIL = 'edsonporto88@gmail.com'
1212
URL = 'https://github.com/edsonportosilva/OptiCommPy'
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 = ["optic/*","optic/comm/*","optic/dsp/*", "optic/models/*", "optic/comm/fecParams/*","optic/models/ampParams/*"]
19+
files = ["optic/*","optic/comm/*","optic/dsp/*", "optic/models/*"]
2020

2121
setup(
2222
name=DISTNAME,
@@ -30,7 +30,7 @@
3030
#(If you have other packages (dirs) or modules (py files) then
3131
#put them into the package directory - they will be found
3232
#recursively.)
33-
packages=['optic', 'optic.comm', 'optic.models', 'optic.dsp','optic.models.ampParams','optic.comm.fecParams'],
33+
packages=['optic', 'optic.comm', 'optic.models', 'optic.dsp'],
3434
#py_modules = ['plot', 'core', 'comm', 'dsp', 'models'],
3535
install_requires=[
3636
'numpy>=1.9.2',

0 commit comments

Comments
 (0)