We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e520735 commit ab2e942Copy full SHA for ab2e942
setup.py
@@ -25,7 +25,7 @@
25
'enum34; python_version<"3.4"', 'sh>=1.10; sys_platform!="nt"',
26
'pep517<0.7.0"', 'toml',
27
]
28
-# (pep517, pytoml and virtualenv are used by pythonpackage.py)
+# (pep517 and toml are used by pythonpackage.py)
29
30
# By specifying every file manually, package_data will be able to
31
# include them in binary distributions. Note that we have to add
0 commit comments