pyscience-projects / pyevtk

PyEVTK (Python Export VTK) exports data to binary VTK files for visualization/analysis with packages like Paraview, VisIt, and Mayavi.
Other
63 stars 15 forks source link

Cannot install from tarball #3

Closed renefritze closed 5 years ago

renefritze commented 5 years ago

I'm preparing a conda-forge recipe for pyevtk atm, since I want to use it in a conda package for pymor. Turns out the current tarball does not include the README.md, so setup.py from an sdist fails. I will fix this, add a check in CI and would then create a 1.1.1 tag.

Sounds good, @somada141 ?

somada141 commented 5 years ago

Sounds great @renefritze !

renefritze commented 5 years ago

I also want to switch the coverage provider from coverass to codecov.io. Coveralls looks basically unmaintained and their client now introduces a version conflict for coverage==4.0.3,>=4.4

somada141 commented 5 years ago

all good, I accepted it.

renefritze commented 5 years ago

This is now fixed with #4 merged. I've bumped the version + tag. Could you upload to pypi, @somada141 ?

somada141 commented 5 years ago

on it

somada141 commented 5 years ago

@renefritze reckon you can update the README to point to this repo instead of the bitbucket one?

somada141 commented 5 years ago

also I see the tag as 1.1.1. but the version reads 1.1.0 (https://github.com/pyscience-projects/pyevtk/blob/master/setup.py#L39) which is already on NumPy

renefritze commented 5 years ago

Apparently I forgot to push the tagged commit yesterday: https://github.com/pyscience-projects/pyevtk/commit/997800757c5ed07acbd07bc7c883fa8b52ba4151

Also updated the fork URL now.

somada141 commented 5 years ago

uploaded to pypi