FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
virtualenvwrapper/setup.py at main · python-virtualenvwrapper/virtualenvwrapper · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python-virtualenvwrapper
/
virtualenvwrapper
Public
Notifications
You must be signed in to change notification settings
Fork
27
Star
162
Code
Issues
12
Pull requests
2
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
virtualenvwrapper
/
setup.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
12 lines (10 loc) · 291 Bytes
Breadcrumbs
virtualenvwrapper
/
setup.py
Copy path
File metadata and controls
12 lines (10 loc) · 291 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env python
from
setuptools
import
setup
setup
(
# Listing the scripts in pyproject.toml requires them to be python
# entry points for console scripts, but they are shell scripts.
scripts
=
[
"virtualenvwrapper.sh"
,
"virtualenvwrapper_lazy.sh"
,
],
)
Back
|
FazBrowse Home
|
New Git URL