-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apt doesn't work from site-packages
(a.k.a. setup.py incomplete)
#1
Comments
root cause is that we don't use the I tried the easy way out of just moving everything under (though it might be possible to get pip to create an .exe to call |
site-packages
site-packages
(a.k.a. setup.py incomplete)
Started updating following the Python Packaging Guide, and thought maybe `apt:__main__` would work. Nope, it doesn't. Also added `zip_safe=False` as that was necessary in Arcplus.
Updated error handling for do_download function
pypa/setuptools vulnerable to Regular Expression Denial of Service (ReDoS) #1
The text was updated successfully, but these errors were encountered: