tantale / deprecated

Python @deprecated decorator to deprecate old python classes, functions or methods.
MIT License
298 stars 32 forks source link

Use upload_dir in setup.cfg to fix warning #46

Closed mgorny closed 3 years ago

mgorny commented 3 years ago

Fix the following setuptools warning:

/usr/lib/python3.9/site-packages/setuptools/dist.py:691: UserWarning: Usage of dash-separated 'upload-dir' will not be supported in future versions. Please use the underscore name 'upload_dir' instead
tantale commented 3 years ago

Upload_docs command is deprecated for PyPi. We use RTD instead.

=> I will remove this option from the configuration.