EricTRocks / pyflowgraph

Python Module for displaying flowgraphs using Pyside or PyQt.
BSD 3-Clause "New" or "Revised" License
76 stars 29 forks source link

Make it a package #2

Closed cb109 closed 7 years ago

cb109 commented 8 years ago

I think this project would benefit from a default python package setup. It would enable it to be installed via well known methods (e.g. pip or easy_install) automatically handling its dependencies. The packages it needs could be pinned to specific versions (e.g. PySide==1.2.2, since using 1.2.4 does not work atm).

I can do this if you like and send a pull request with a minimal setup.py.

EricTRocks commented 7 years ago

@cb109 I've done this work and pyflowgraph is now available via PyPI: https://pypi.python.org/pypi/pyflowgraph/0.0.1

cb109 commented 7 years ago

:+1: