--- /dev/null
+[build-system]
+requires = ["setuptools >= 61.0"]
+build-backend = "setuptools.build_meta"
+
+[project]
+name = "dunshire"
+version = "0.1.3"
+description = "Library to solve linear games over symmetric cones"
+readme = "doc/README.rst"
+requires-python = ">=3.11"
+keywords = ["game theory", "cone programming", "optimization"]
+license = "AGPL-3.0-or-later"
+classifiers = [
+ "Development Status :: 3 - Alpha",
+ "Programming Language :: Python :: 3",
+ "Intended Audience :: Science/Research"
+]
+dependencies = ["cvxopt"]
+
+[tool.setuptools.packages.find]
+where = ["dunshire"]