vtraag / louvain-igraph

Implementation of the Louvain algorithm for community detection with various methods for use with igraph in python.
GNU General Public License v3.0
246 stars 46 forks source link

Update setup to enable correctly installing with setuptools 58 #59

Closed vtraag closed 2 years ago

vtraag commented 2 years ago

This should remove any remaining Python2 legacy code and allow to compile correctly using setuptools 58. This fixes #57.