Skip to content

Commit

Permalink
Update name to python-sensors
Browse files Browse the repository at this point in the history
  • Loading branch information
briandesilva committed Oct 12, 2020
1 parent 2acbe80 commit 8ef9d78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

assert sys.version_info >= (3, 6, 0), "pySensors requires Python 3.6+"

NAME = "pysensors"
NAME = "python-sensors"
DESCRIPTION = "Sparse sensor placement"
URL = "https://github.com/dynamicslab/pysensors"
EMAIL = "[email protected], [email protected], [email protected]"
AUTHOR = "Emily Clark, Krithika Manohar, Brian de Silva"
EMAIL = "[email protected], [email protected], [email protected]"
AUTHOR = "Brian de Silva, Krithika Manohar, Emily Clark"
PYTHON = ">=3.6"
LICENSE = "MIT"
CLASSIFIERS = [
Expand Down

0 comments on commit 8ef9d78

Please sign in to comment.