-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: modernize packaging (#643)
According to [Python Packaging User Guide](https://packaging.python.org/en/latest/discussions/setup-py-deprecated/), `python setup.py` and the use of `setup.py` as a command line tool are deprecated. This PR unifies `setup.py` and `aot_setup.py` and moves static fields to `pyproject.toml`.
- Loading branch information
Showing
89 changed files
with
739 additions
and
1,006 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.