1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: debianization
Meant to maintain a minimal debian/rules, to fix warnings,
to address Debian specific stuff in general.
Origin: vendor, Debian
Forwarded: not-needed
Author: Jerome Benoit <calculus@rezozer.net>
Last-Update: 2023-10-17
--- a/setup.py
+++ b/setup.py
@@ -997,7 +997,7 @@
},
"packages": find_packages(where="src"),
"install_requires": ["texttable>=1.6.2"],
- "entry_points": {"console_scripts": ["igraph=igraph.app.shell:main"]},
+## "entry_points": {"console_scripts": ["igraph=igraph.app.shell:main"]},
"extras_require": {
# Dependencies needed for plotting with Cairo
"cairo": ["cairocffi>=1.2.0"],
|