cds-astro / cds-healpix-python

cdshealpix python package
https://cds-astro.github.io/cds-healpix-python/
BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

Tiny cleanup #3

Closed cdeil closed 5 years ago

cdeil commented 5 years ago

Tiny cleanup: change .gitignore so that shared lib is also exlcuded on mac where it's cdshealpix.cpython-36m-darwin.so, and put rust_extension before the setup call to have less nesting - I found the indented nesting a bit hard to read.