mfouesneau / pyphot

suite to deal with passband photometry
https://mfouesneau.github.io/pyphot/
MIT License
57 stars 18 forks source link

Preparations for upload to PyPI #29

Closed klukosiute closed 2 years ago

klukosiute commented 2 years ago

Hi, as discussed in #28 , I made some changes to the setup.py file and installation instructions in the readme. I also uploaded to test-pypi and so everything seems to work as intended: https://test.pypi.org/project/pyphot/1.1/.

You can test it via pip install -i https://test.pypi.org/simple/ pyphot==1.1 --no-deps.

If you give me the go-ahead, I'll push it to the proper PyPI Index. If you agree, can you give me your PyPI username so I can add you as an owner?

Once its on PyPI, I will also add it to conda-forge to deal with the annoying hdf5 binary dependency.