tBuLi / symfit

Symbolic Fitting; fitting as it should be.
http://symfit.readthedocs.org
MIT License
232 stars 17 forks source link

Fix deprecated syntax in setup.cfg #344

Closed ford--prefect closed 2 years ago

ford--prefect commented 2 years ago

When building, I receive the following warnings:

/usr/lib/python3.9/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
/usr/lib/python3.9/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead

Sounds simple enough to quickly fix. Thanks!

ford--prefect commented 2 years ago

Close, fixed with #345.