Skip to content

Commit

Permalink
adding pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfeinman committed Sep 27, 2022
1 parent c192e7e commit 85b78ba
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[build-system]
requires = ["setuptools>=46.4.0", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "pytorch-minimize"
version = "0.0.1"
authors = [
{ name="Reuben Feinman", email="[email protected]" },
]
description = "Newton and Quasi-Newton optimization with PyTorch"
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]

[project.urls]
"Homepage" = "https://pytorch-minimize.readthedocs.io"

0 comments on commit 85b78ba

Please sign in to comment.