diff --git a/PKG-INFO b/PKG-INFO index e872a7e..832c59a 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -151,6 +151,7 @@ version Show version. See more details below: + pythonbrew help LICENCE diff --git a/README.rst b/README.rst index e872a7e..832c59a 100644 --- a/README.rst +++ b/README.rst @@ -151,6 +151,7 @@ version Show version. See more details below: + pythonbrew help LICENCE diff --git a/tests/test_11_cleanup.py b/tests/test_11_cleanup.py deleted file mode 100644 index 3549334..0000000 --- a/tests/test_11_cleanup.py +++ /dev/null @@ -1,4 +0,0 @@ -def test_clean(): - from pythonbrew.commands.cleanup import CleanupCommand - c = CleanupCommand() - c.run_command(None, None)