Skip to content

Tags: ratal/mdfreader

Tags

4.2

Toggle 4.2's commit message
fix: definitive PyPI metadata fix - license_files in [metadata] + pyp…

…roject.toml build-system only

Root cause: license_files= was in [options] section of setup.cfg (silently ignored).
Must be in [metadata] section where ConfigMetadataHandler reads it.

pyproject.toml with [build-system] only (no [project]) is safe alongside setup.py -
this is the standard pattern used by lxml, numpy, etc.

packaging>=24.2 in twine install handles License-File field correctly.

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>

v4.1

Toggle v4.1's commit message
Merge branch 'master' of https://github.com/ratal/mdfreader

v4.0

Toggle v4.0's commit message
Added attachment example in README.md

v3.3

Toggle v3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #171 from fschuetz04/patch-1

Correct arguments for mdfreader.Mdf in readme

v3.2

Toggle v3.2's commit message
multiple documentation improvements

v3.1

Toggle v3.1's commit message
adjust C with pyx, missed at commit

v3.0

Toggle v3.0's commit message
Merge branch 'dev'

v2.7.8

Toggle v2.7.8's commit message
fixed bug for unit32 not aligned data on 4 bytes but with less than 3…

…2 bitcount

v2.7.7

Toggle v2.7.7's commit message
Initialised for 2.7.7

v2.7.6

Toggle v2.7.6's commit message
updated setup.py warning for in case of no cython installed