diff options
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -15,9 +15,14 @@ # You should have received a copy of the GNU General Public License # along with Wikiget. If not, see <https://www.gnu.org/licenses/>. -# This is a stub file for older versions of pip, setuptools, etc. that aren't fully -# compatible with the latest Python packaging standards. -# See <https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html> +"""Configure the program for packaging. + +This is a stub file for older versions of pip, setuptools, etc. that aren't fully +compatible with the latest Python packaging standards. Project metadata and dependencies +have been moved to pyproject.toml. + +See <https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html> for info. +""" from setuptools import setup |
