summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDan Schult <dschult@colgate.edu>2022-06-16 10:29:47 -0400
committerGitHub <noreply@github.com>2022-06-16 18:29:47 +0400
commitc7adcce91ea3c32cf8f15bc6f7fabf3e4c97f039 (patch)
tree40bc160b2afe733e8850559f81b736c5f82deff4 /setup.py
parentc4743c0315fd18db2c00e05a0e85318950139e16 (diff)
downloadnetworkx-c7adcce91ea3c32cf8f15bc6f7fabf3e4c97f039.tar.gz
Replace node_classification subpackage with a module (#5774)
* Replace node_classification subpackage with a module * update node_classification doc reference * remove node_classification from setup.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 23bcefec..cd7f4a4a 100644
--- a/setup.py
+++ b/setup.py
@@ -67,7 +67,6 @@ packages = [
"networkx.algorithms",
"networkx.algorithms.assortativity",
"networkx.algorithms.bipartite",
- "networkx.algorithms.node_classification",
"networkx.algorithms.centrality",
"networkx.algorithms.community",
"networkx.algorithms.components",
@@ -128,7 +127,6 @@ package_data = {
"networkx.algorithms": ["tests/*.py"],
"networkx.algorithms.assortativity": ["tests/*.py"],
"networkx.algorithms.bipartite": ["tests/*.py"],
- "networkx.algorithms.node_classification": ["tests/*.py"],
"networkx.algorithms.centrality": ["tests/*.py"],
"networkx.algorithms.community": ["tests/*.py"],
"networkx.algorithms.components": ["tests/*.py"],