We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2acbe80 commit 8ef9d78Copy full SHA for 8ef9d78
setup.py
@@ -7,11 +7,11 @@
7
8
assert sys.version_info >= (3, 6, 0), "pySensors requires Python 3.6+"
9
10
-NAME = "pysensors"
+NAME = "python-sensors"
11
DESCRIPTION = "Sparse sensor placement"
12
URL = "https://github.com/dynamicslab/pysensors"
13
-EMAIL = "emily.e.clark93@gmail.com, kmanohar@uw.edu, bdesilva@uw.edu"
14
-AUTHOR = "Emily Clark, Krithika Manohar, Brian de Silva"
+EMAIL = "bdesilva@uw.edu, kmanohar@uw.edu, emily.e.clark93@gmail.com"
+AUTHOR = "Brian de Silva, Krithika Manohar, Emily Clark"
15
PYTHON = ">=3.6"
16
LICENSE = "MIT"
17
CLASSIFIERS = [
0 commit comments