Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
funpack
Commits
d75adec2
Commit
d75adec2
authored
Jun 24, 2022
by
Paul McCarthy
🚵
Browse files
MNT: use find_namespace_packages
parent
8fe199dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
d75adec2
...
...
@@ -4,7 +4,7 @@ import shutil
import
sys
import
os.path
as
op
from
setuptools
import
setup
,
find_packages
,
Command
from
setuptools
import
setup
,
find_
namespace_
packages
,
Command
basedir
=
op
.
dirname
(
__file__
)
...
...
@@ -97,7 +97,7 @@ setup(
install_requires
=
install_requires
,
extras_require
=
extras_require
,
packages
=
find_
packages
(
),
packages
=
find_
namespace_packages
(
include
=
(
'funpack'
,
'funpack.*'
)
),
include_package_data
=
True
,
cmdclass
=
{
'doc'
:
doc
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment