Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
edsonportosilva committed Jul 7, 2023
1 parent 2b48c24 commit 3b92594
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
MAINTAINER_EMAIL = 'edsonporto88@gmail.com'
URL = 'https://github.com/edsonportosilva/OptiCommPy'
LICENSE = 'BSD 3-Clause'
VERSION = '0.4.0'
VERSION = '0.5.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 = ["optic/*"]
files = ["optic/*","optic/comm/*","optic/dsp/*", "optic/models/*", "optic/comm/fecParams/*","optic/models/ampParams/*"]

setup(
name=DISTNAME,
Expand All @@ -30,7 +30,8 @@
#(If you have other packages (dirs) or modules (py files) then
#put them into the package directory - they will be found
#recursively.)
packages=['optic'],
packages=['optic', 'optic.comm', 'optic.models', 'optic.dsp','optic.models.ampParams','optic.comm.fecParams'],
#py_modules = ['plot', 'core', 'comm', 'dsp', 'models'],
install_requires=[
'numpy>=1.9.2',
'scipy>=0.15.0',
Expand Down

0 comments on commit 3b92594

Please # to comment.