-
Notifications
You must be signed in to change notification settings - Fork 9
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
pip install does not actually install package sources #4
Comments
Hello yaccos and first of all thank you for all your helpful issues :D |
I am sorry that your patch does not work properly. Adding the argument for |
Hello again \o/ After several tries and reconsiderations, I just released a new version of AutoPACMEN (0.6.0) in which the repository's code is reorganized so that it should work better as a pip package. Importantly, the internal referencing for AutoPACMEN's modules should work now. |
Thank you very much for your help and effort. Now it seems like the pip package finally works. Personally, I have no problems with the decision to keep the repository structure transparant in the package. However, I might assume that somebody will find it a bit user-hostile to write statements such as |
When running
pip install autopacmen-Paulocracy
, all dependencies are installed as well as the package metadata. However, none of the actual scripts in the package are installed. When checking the Pypi index and downloading the sources, it turns out that the sources from Pypi do not include the scripts, only the package metadata. The same problem appears when cloning this repository and usingpip
to install the package locally.The text was updated successfully, but these errors were encountered: