-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2acbe80
commit 8ef9d78
Showing
1 changed file
with
3 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 = [ | ||
|