Skip to content

Commit

Permalink
Update authors and license.
Browse files Browse the repository at this point in the history
  • Loading branch information
briandesilva authored and Ohjeah committed Jan 22, 2020
1 parent 03e9381 commit 3ac15b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
MIT License

Copyright (c) 2019 Markus Quade
Copyright (c) for portions of project PySINDy are held by Markus Quade, 2019 as
part of project sparsereg. All other copyright for project PySINDy are held by
Brian de Silva and Kathleen Champion 2019.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 3ac15b6

Please sign in to comment.