We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 508903e commit 4036742Copy full SHA for 4036742
1 file changed
pyproject.toml
@@ -3,11 +3,11 @@ requires = ["setuptools>=64"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
6
-name = "fastcore"
+name="fastcore"
7
dynamic = ["version"]
8
description = "Python supercharged for fastai development"
9
readme = "README.md"
10
-requires-python = ">=3.10"
+requires-python=">=3.10"
11
license = {text = "Apache-2.0"}
12
authors = [{name = "Jeremy Howard and Sylvain Gugger", email = "infos@fast.ai"}]
13
keywords = ['python']
0 commit comments