id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,branch,changelog,apichanges,internalchanges 13359,Change to declarative setuptools config,Ryan J Ollos,Ryan J Ollos,"First discussed in #13357. * Use the [https://setuptools.readthedocs.io/en/latest/userguide/declarative_config.html declarative config] * Add [https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires python_requires] * Require `setuptools >= 30.3` This might be a good time to remove the [https://setuptools.readthedocs.io/en/latest/userguide/commands.html#test deprecated test command].",enhancement,closed,normal,1.5.3,general,,normal,fixed,setuptools,,,The minimum required setuptools version is `30.3`.,,"* Setuptools configuration is now declarative (specified in `setup.cfg`) * Removed use of deprecated `python setup.py test` command * Python >= 3.5 is specified through the `python_requires` argument"