Closed bcdarwin closed 3 weeks ago
Describe the bug
Currently the LICENSE file gets installed into the main site-packages directory rather than the pynetdicom subdirectory.
site-packages
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
Hmm, whoops. That should be fixed already by #965 though. Thanks for letting me know.
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