ronaldoussoren / altgraph

altgraph is a fork of graphlib: a graph (network) package for constructing graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with graphviz output. altgraph includes some additional usage of Python 2.3+ features and enhancements related to modulegraph and macholib.
https://altgraph.readthedocs.io/en/latest/
Other
20 stars 7 forks source link

License file in pypi archive #10

Closed ronaldoussoren closed 6 years ago

ronaldoussoren commented 6 years ago

Original report by Todd Rme (Bitbucket: theblackcat, GitHub: theblackcat).


The pypi source archive isn't including the LICENSE file. Would it be possible to add it? It is very helpful when packaging this for Linux distributions. Thank you.

ronaldoussoren commented 6 years ago

Original comment by Todd Rme (Bitbucket: theblackcat, GitHub: theblackcat).


Nevermind, I see it was added after the previous release.