aplbrain / grandiso-networkx

Performant, pure-Python subgraph isomorphism and monomorphism search (aka "motif search")
Apache License 2.0
54 stars 10 forks source link

License MIT or Apache 2.0? #41

Closed davidmezzetti closed 7 months ago

davidmezzetti commented 7 months ago

I believe the license is Apache 2.0 but it comes up as MIT on PyPI due to this line: https://github.com/aplbrain/grandiso-networkx/blob/master/setup.py#L18?

j6k4m8 commented 7 months ago

Correct, Apache 2.0 — I will fix the line!