https://github.com/lmfit/lmfit-py
Revision 3da8e622d54c57e1b36c4ae199ddc67959e117b0 authored by Matthew Newville on 05 July 2021, 13:41:39 UTC, committed by Matthew Newville on 05 July 2021, 13:41:39 UTC
1 parent 65f5a4d
Raw File
Tip revision: 3da8e622d54c57e1b36c4ae199ddc67959e117b0 authored by Matthew Newville on 05 July 2021, 13:41:39 UTC
add test of collisions with unprefixed parameter when constructing function arguments for model function
Tip revision: 3da8e62
MANIFEST.in
include README.txt INSTALL LICENSE MANIFEST.in PKG-INFO THANKS.txt
include setup.py publish_docs.sh
include requirements.txt
exclude *.pyc core.* *~ *.pdf
recursive-include lmfit *.py
recursive-include tests *.py *.dat
recursive-include NIST_STRD *.dat
recursive-include examples *.py *.csv *.dat *.txt
recursive-exclude examples/documentation *
recursive-include doc *
recursive-exclude doc/_build *
recursive-exclude doc/examples *
recursive-exclude doc *.pdf *.csv *.dat *.sav
global-exclude __pycache__/*
back to top