cytoscape / ipycytoscape

A Cytoscape Jupyter widget
https://ipycytoscape.readthedocs.io/en/master/
BSD 3-Clause "New" or "Revised" License
268 stars 62 forks source link

Remove description-file field from setup.cfg #303

Closed jenshnielsen closed 2 years ago

jenshnielsen commented 2 years ago

While installing from source I noticed that this deprecation warning was triggered.

C:\Users\Jens\miniconda3\envs\ipycytoscapedev\lib\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(

The use of description-file/description_file has no effect when using setuptools https://setuptools.pypa.io/en/latest/userguide/declarative_config.html#compatibility-with-other-tools for supported In the form of description-file it triggers a deprecation warning while the other form will just be ignored. The readme is already included via long_description in setup.py so I would suggest removing this line

github-actions[bot] commented 2 years ago

Binder :point_left: Launch a binder notebook on branch _jenshnielsen/ipycytoscape/fix_deprecationwarning

ianhi commented 2 years ago

ah good catch.

ianhi commented 2 years ago

Thanks!