Revision 11f5fa4933a608ef7c0198e2e741380082018ddd authored by Ian Harry on 04 December 2019, 15:57:51 UTC, committed by GitHub on 04 December 2019, 15:57:51 UTC
* Try to fix pip build problem

* Revert "Try to fix pip build problem"

This reverts commit 1dfd1e898488048adef5959aad2011e25f2a1837.

* Add cpp files to MANIFEST.in

* Prepare for new release

* Update requirements to match setup

* Fix typo

* Update setup.py

* Move numpy requirements around.
1 parent f11ba57
Raw File
MANIFEST.in
include test/*test*py
include bin/*
recursive-include examples *py *sh *xml
recursive-include tools *py
recursive-include pycbc *cpp
include descr.rst
include LICENSE
back to top