python310Packages.nbclient: remove comment

This commit is contained in:
Sandro
2022-05-05 00:37:08 +02:00
committed by GitHub
parent 9146215b37
commit e02a0ba32c
@@ -6,8 +6,6 @@
buildPythonPackage rec {
pname = "nbclient";
version = "0.6.2";
# As of version 0.6.2, there is both a setup.py and pyproject.toml. However,
# the pyproject.toml does not appear to be the main entry point.
format = "setuptools";
disabled = pythonOlder "3.7";