Skip to content
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

Better setup.py with installation of scripts #48

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

antpiron
Copy link

Dear SUPPA2 dev.,

In this small patch:

  • I added a setup.py based on the one used for pip which was missing in the repository;
  • The scripts are also installed (more than just the library);
  • The script files are now prefixed with suppa2_ in order to not pollute the namespace as they are installed;
  • I moved the sub-commands in the library in the suppa directory;
  • I updated the README.md accordingly;
  • I made some cleanup of the line terminator which were a mix of dos/unix with dos2unix command.

After an install using

python3 setup.py install

suppa2.py is callable without the full path and the scripts with suppa2_NAMEOFTHESCRIPT.

Best regards,
Anthony.

@abearab
Copy link

abearab commented Jun 9, 2024

⬆️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants