Skip to content

Commit

Permalink
fix name and email. (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
lxuechen authored Aug 15, 2023
1 parent bfd4855 commit efa291a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
setuptools.setup(
name="torchsde",
version=version,
author="Xuechen Li",
author_email="lxuechen@cs.toronto.edu",
author="Xuechen Li, Patrick Kidger",
author_email="lxuechen@cs.stanford.edu, hello@kidger.site",
description="SDE solvers and stochastic adjoint sensitivity analysis in PyTorch.",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit efa291a

Please sign in to comment.