about summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorWojciech Siewierski <wojciech.siewierski@onet.pl>2020-05-13 23:37:21 +0200
committerGitHub <noreply@github.com>2020-05-13 23:37:21 +0200
commit7e167b638327620a870b423ac44fa834bf88592a (patch)
tree04ba1086967e9477ef743abfcc9a41f66205f903 /doc
parent081e73152a9391211770fab56676d7d974413ae6 (diff)
parentb89a2f21365e4b7f9eb010c0b99b85c70251a6cf (diff)
downloadranger-7e167b638327620a870b423ac44fa834bf88592a.tar.gz
Merge pull request #1958 from Vifon/setuptools
Fully migrate from distutils to setuptools
Diffstat (limited to 'doc')
-rw-r--r--doc/howto-publish-a-release.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/howto-publish-a-release.md b/doc/howto-publish-a-release.md
index 6bd70047..c62a1908 100644
--- a/doc/howto-publish-a-release.md
+++ b/doc/howto-publish-a-release.md
@@ -62,7 +62,7 @@ Update the website
 Make a PyPI release
 -------------------
 * [ ] `git clean --force -d -x`
-* [ ] `SETUPTOOLS_USE=1 python setup.py sdist`
+* [ ] `python setup.py sdist`
 * [ ] `gpg --local-user 0x00000000 --detach-sign --armor dist/*`
 * [ ] `twine upload dist/*`