diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2024-05-16 19:09:06 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-18 06:55:45 +0700 |
commit | b149d8dd8d93e6737663c2761b6b702b0243a367 (patch) | |
tree | 0aae4b43007e552763f8a3390bc7de5bd80884f5 /python/virtualenvwrapper/README | |
parent | c5e87865bc47566aa01c1d4fa8e442b2616c096b (diff) |
python/virtualenvwrapper: Removed unused.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/virtualenvwrapper/README')
-rw-r--r-- | python/virtualenvwrapper/README | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/python/virtualenvwrapper/README b/python/virtualenvwrapper/README deleted file mode 100644 index eaa14406fef4f..0000000000000 --- a/python/virtualenvwrapper/README +++ /dev/null @@ -1,7 +0,0 @@ -virtualenvwrapper is a set of extensions to Ian Bicking's virtualenv -tool for creating isolated Python development environments. - -The extensions include wrappers for creating and deleting virtual -environments and otherwise managing your development workflow, -making it easier to work on more than one project at a time without -introducing conflicts in their dependencies. |