-
Notifications
You must be signed in to change notification settings - Fork 328
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
03e9381
commit 3ac15b6
Showing
2 changed files
with
6 additions
and
4 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
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 |
---|---|---|
|
@@ -3,13 +3,13 @@ | |
from setuptools import find_packages, setup | ||
|
||
|
||
assert sys.version_info >= (3, 6, 0), "sindy requires Python 3.6+" | ||
assert sys.version_info >= (3, 6, 0), "PySindy requires Python 3.6+" | ||
|
||
NAME = "pysindy" | ||
DESCRIPTION = "Sparse Identification of Nonlinear Dynamics" | ||
URL = "https://github.com/dynamicslab/pysindy" | ||
EMAIL = "[email protected]" | ||
AUTHOR = "Brian de Silva" | ||
EMAIL = "[email protected], [email protected], [email protected]" | ||
AUTHOR = "Brian de Silva, Kathleen Champion, Markus Quade" | ||
PYTHON = ">=3.6" | ||
LICENSE = "MIT" | ||
CLASSIFIERS = [ | ||
|