Skip to content

Commit 8ef9d78

Browse files
committed
Update name to python-sensors
1 parent 2acbe80 commit 8ef9d78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

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

10-
NAME = "pysensors"
10+
NAME = "python-sensors"
1111
DESCRIPTION = "Sparse sensor placement"
1212
URL = "https://github.com/dynamicslab/pysensors"
13-
14-
AUTHOR = "Emily Clark, Krithika Manohar, Brian de Silva"
13+
14+
AUTHOR = "Brian de Silva, Krithika Manohar, Emily Clark"
1515
PYTHON = ">=3.6"
1616
LICENSE = "MIT"
1717
CLASSIFIERS = [

0 commit comments

Comments
 (0)