pydicom / pynetdicom

A Python implementation of the DICOM networking protocol
https://pydicom.github.io/pynetdicom
MIT License
510 stars 179 forks source link

pynetdicom 2.1.1 installs LICENSE file into site-packages/ #966

Closed bcdarwin closed 3 weeks ago

bcdarwin commented 2 months ago

Describe the bug

Currently the LICENSE file gets installed into the main site-packages directory rather than the pynetdicom subdirectory.

Expected behavior What you expected to happen (please include a reference to the DICOM standard if relevant).

Steps To Reproduce

$ python3 -m pip install pynetdicom

scaramallion commented 2 months ago

Hmm, whoops. That should be fixed already by #965 though. Thanks for letting me know.