Skip to content

Commit

Permalink
remove setup.* in favor or pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
aerorahul committed Jul 3, 2023
1 parent 88cf6aa commit 1185a12
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 67 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ $> source venv/bin/activate

# Install `wxflow` with the developer requirements
(venv) $> pip install .[dev]
# NOTE: on a macOS, may need to specify ."[dev]" if using zsh

# Run pytests
(venv) $> pytest -v
Expand Down
63 changes: 0 additions & 63 deletions setup.cfg

This file was deleted.

4 changes: 0 additions & 4 deletions setup.py

This file was deleted.

0 comments on commit 1185a12

Please sign in to comment.