Skip to content

Commit

Permalink
Fixed build setup
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed Aug 4, 2022
1 parent 6f452ba commit 7d23cea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ This testing code was been adapted from the [Tektronix Cython RSA API testing co

Build the Python package from the top level directory in this repository by running:

`python3 -m pip install --upgrade build`
`pip install build`

`python3 -m build`
`python -m build`

## License

Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ classifiers =

[options]
package_dir =
= rsa_api
= src
packages = find:
python_requires = >=3.7
install_requires =
numpy>=1.21

[options.packages.find]
where = rsa_api
where = src
File renamed without changes.
File renamed without changes.

0 comments on commit 7d23cea

Please sign in to comment.