Skip to content

Commit 4036742

Browse files
committed
format
1 parent 508903e commit 4036742

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ requires = ["setuptools>=64"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "fastcore"
6+
name="fastcore"
77
dynamic = ["version"]
88
description = "Python supercharged for fastai development"
99
readme = "README.md"
10-
requires-python = ">=3.10"
10+
requires-python=">=3.10"
1111
license = {text = "Apache-2.0"}
1212
authors = [{name = "Jeremy Howard and Sylvain Gugger", email = "infos@fast.ai"}]
1313
keywords = ['python']

0 commit comments

Comments
 (0)