maroba / findiff

Python package for numerical derivatives and partial differential equations in any number of dimensions.
MIT License
438 stars 61 forks source link

exclude tests from setup.py for conda forge compatibility #42

Closed tnigon closed 3 years ago

tnigon commented 3 years ago

In the interest of getting the findiff package on the conda-forge platform, this change should be made to the setup.py file.

We have two options for how to handle this:

  1. Create a new release of findiff with the changes of this pull request.
  2. Add a patch to the official findiff source (PyPI) according to these instructions.
tnigon commented 3 years ago

@maroba - for now I am going with the option to just add the patch. From my understanding, it is recommended to incorporate the changes of this pull request in future releases.