diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2023-02-06 20:09:55 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-06 20:09:55 -0500 |
| commit | bb17d4f9b23b3b8d670271f36d8894239295efe3 (patch) | |
| tree | 38943cabf4e65c9b393ea765410968d39f7c1521 /setuptools/_distutils/command/install_scripts.py | |
| parent | 8032430d75cdfad9f9826d302d90cd7b23dea3ca (diff) | |
| parent | 47c7cfd67862e65eb19dca8b60094db0fe203049 (diff) | |
| download | python-setuptools-git-bb17d4f9b23b3b8d670271f36d8894239295efe3.tar.gz | |
Merge pull request #3809 from pypa/distutils-8c3c3d29
Merge with distutils@8c3c3d29
Diffstat (limited to 'setuptools/_distutils/command/install_scripts.py')
| -rw-r--r-- | setuptools/_distutils/command/install_scripts.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/_distutils/command/install_scripts.py b/setuptools/_distutils/command/install_scripts.py index ec6ec5ac..20f07aaa 100644 --- a/setuptools/_distutils/command/install_scripts.py +++ b/setuptools/_distutils/command/install_scripts.py @@ -12,7 +12,6 @@ from stat import ST_MODE class install_scripts(Command): - description = "install scripts (Python or otherwise)" user_options = [ |
