git.graph-it.com
/
graphit
/
controlpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
518eaba
)
Fix packages in setup.py
author
Benjamin Braatz
<bb@bbraatz.eu>
Tue, 2 Mar 2021 16:09:04 +0000
(17:09 +0100)
committer
Benjamin Braatz
<bb@bbraatz.eu>
Tue, 2 Mar 2021 16:09:04 +0000
(17:09 +0100)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 890d134acc715772f02f455f5ed2b45d740ed54b..82be3445e40c01c47d23b1215c5953cd638c6236 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-12,7
+12,7
@@
setuptools.setup(
long_description=long_description,
long_description_content_type="text/markdown",
url="http://docs.graph-it.com/graphit/controlpi",
- packages=
setuptools.find_namespace_packages(include=['controlpi_plugins.*'])
,
+ packages=
['controlpi', 'controlpi.plugins']
,
classifiers=[
"Programming Language :: Python",
"License :: OSI Approved :: MIT License",