prjemian / punx

Python Utilities for NeXus HDF5 files
https://prjemian.github.io/punx
5 stars 7 forks source link

UserWarning with packaging config #160

Closed prjemian closed 2 years ago

prjemian commented 2 years ago
(bluesky_2022_1) prjemian@zap:~/.../prjemian/punx$ python ./setup.py --long-description
/home/prjemian/.conda/envs/bluesky_2022_1/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
  warnings.warn(

while working on #138

prjemian commented 2 years ago

where?

(bluesky_2022_1) prjemian@zap:~/.../prjemian/punx$ git grep description-file
setup.cfg:description-file = README.rst