Closed ericpre closed 3 years ago
@alchem0x2A, what do you think about this PR? Can you please review it?
Hi @ericpre thanks for the PR! the failed tests might be due to changes with Pillow>=8.0. (not related to your PR) I will find some time this weekend checking that. Once it is fixed I'll merge your PR with master branch :)
@ericpre the package is on conda-forge now :)
Great, thanks @alchem0x2A!
I would like to get
renishawWiRE
packaged on conda-forge and I can help since I am familiar with the conda-forge infrastructure. One recommended practise for conda-forge packaging is to include theLICENSE
file in the source distribution available on pypi and then used by conda-forge, therefore this PR.In order to make the package on conda-forge, I would suggest the following:
Since this a pure python package, building the recipe will be very simple, only a couple of changes are required from https://github.com/alchem0x2A/py-wdf-reader/blob/master/conda/meta.yaml I can easily do 2 and keep you (@alchem0x2A) in the loop and add you as recipe maintainer on conda-forge, so that you can follow what is going on with the conda-forge package.
@alchem0x2A, what do you think?