Skip to content

Commit

Permalink
Migrate the build system to pyproject.toml (#252)
Browse files Browse the repository at this point in the history
* Remove versioneer

* Add pyproject.toml

* Remove unused files

* Update __init__.py to import the correct version file

* More files to delete
  • Loading branch information
tanghaibao committed Nov 26, 2022
1 parent 29712c9 commit 9a15121
Show file tree
Hide file tree
Showing 12 changed files with 100 additions and 2,951 deletions.
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install numpy
pip install scipy
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install -e .
- name: Test with pytest
Expand Down
Loading

0 comments on commit 9a15121

Please sign in to comment.