devmotion / pycalibration

Estimation and hypothesis tests of calibration in Python using CalibrationErrors.jl and CalibrationTests.jl.
https://devmotion.github.io/CalibrationErrors.jl/dev
MIT License
7 stars 0 forks source link

Add Julia files to MANIFEST.in #5

Closed devmotion closed 3 years ago

devmotion commented 3 years ago

Julia files are correctly installed if I run

python -m pip install git+https://github.com/devmotion/pycalibration.git@dw/julia_files --user

but are missing if I run

python -m pip install git+https://github.com/devmotion/pycalibration.git --user

so it seems to fix the reported issue.