summary refs log tree commit diff
path: root/pkgs/development/interpreters/python/build-python-package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/interpreters/python/build-python-package.nix')
-rw-r--r--pkgs/development/interpreters/python/build-python-package.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/development/interpreters/python/build-python-package.nix b/pkgs/development/interpreters/python/build-python-package.nix
index 29b57834368..982542c1fc3 100644
--- a/pkgs/development/interpreters/python/build-python-package.nix
+++ b/pkgs/development/interpreters/python/build-python-package.nix
@@ -1,7 +1,5 @@
-/* This function provides a generic Python package builder.  It is
-   intended to work with packages that use `distutils/setuptools'
-   (http://pypi.python.org/pypi/setuptools/), which represents a large
-   number of Python packages nowadays.  */
+# This function provides a generic Python package builder,
+# and can build packages that use distutils, setuptools or flit.
 
 { lib
 , python