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

Replaced setup.py with pyproject.toml #72

Merged
merged 3 commits into from
Mar 23, 2024
Merged

Conversation

saad1998
Copy link
Contributor

@saad1998 saad1998 commented Mar 23, 2024

In this PR I have done the following:

  • Replaced setup.py with pyproject.toml
  • Modified build instruction in DEPLOY.md file

I have tested it by running the build instructions mentioned in the DEPLOY.md file. I have also used validate-pyproject package to validate the pyproject file. Please let me know if anything is missing. Thanks.
Closes #71

- Modified build instruction in DEPLOY.md file

Signed-off-by: Saad Mohsin Khan <saadk687@gmail.com>
@tommyod
Copy link
Owner

tommyod commented Mar 23, 2024

Can you take a look at GH actions please? It's failing

Changed build command.
Added command to install build
@saad1998
Copy link
Contributor Author

@tommyod I have changed the build command, and they are working now. Previously it was looking for setup.py file which in this PR is not part of the repository.

@tommyod
Copy link
Owner

tommyod commented Mar 23, 2024

Great work! Thanks a lot for the contribution @saad1998 - I really appreciate it!

@tommyod tommyod merged commit 658ed10 into tommyod:master Mar 23, 2024
5 checks passed
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.

Replace setup.py with pyproject.toml
2 participants