This website requires JavaScript.
Explore
Help
Sign In
epsi
/
msspec_python3
Watch
3
Star
0
Fork
You've already forked msspec_python3
0
Code
Issues
6
Pull Requests
Releases
Wiki
Activity
22a1433726
msspec_python3
/
src
/
MANIFEST.in
4 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Simplify code building and package creation.
2020-03-31 18:28:08 +02:00
recursive-include msspec *.so
Documentation is now generated by scons
2020-03-27 17:47:50 +01:00
recursive-include . SConstruct
Fix bugs in packaging procedure. The version is now not hardcoded anymore in the python module. We use setuptools_scm or pkg_resources instead. There was also a bug in the linkage for PED with matrix inversion using external lapack. Finally, the install script install now requirements and all requirements are stored in the requirements.txt file. setup.py looks inside to set its "install_requires" keyword.
2020-03-12 16:16:28 +01:00
include requirements.txt