[PyQt] Help needed for eric6 development - support setup.py

Barry barry at barrys-emacs.org
Sun Apr 14 21:52:46 BST 2019



> On 14 Apr 2019, at 18:36, Detlev Offenbach <detlev at die-offenbachs.de> wrote:
> 
> Hello all,
> 
> I would like to support distribution of eric6 via PyPI. This requires it to be 
> packaged as a wheel via setuptools and a setup.py file. Unfortunately I am not 
> familiar with this task. Nevertheless, I reorganized the eric 6 source tree 
> and created a first setup.py file and packed everything into the 'setup.py' 
> branch of the eric repository.
> 
> Help with the setup.py file would be much appreciated. Please send patches/
> suggestions/tips, simply everything that makes this task done to me or these 
> mailing lists.

If your code is pure python it should be easy enough to package.

Is this example usedul? https://github.com/barry-scott/PythonWinAppPackager/blob/master/setup.py

Barry

> 
> Regards,
> Detlev
> 
> PS: Who to checkout the repository is explained on the eric web site (https://
> eric-ide.python-projects.org).
> -- 
> Detlev Offenbach
> detlev at die-offenbachs.de
> 
> 
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> https://www.riverbankcomputing.com/mailman/listinfo/pyqt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20190414/5f9530d0/attachment.html>


More information about the PyQt mailing list