Skip to content

Commit f412796

Browse files
committed
pyproject fix
1 parent 5234689 commit f412796

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

pyproject.toml

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

55
[project]
6-
name="fastgit"
6+
name = "fastgit"
77
dynamic = ["version"]
88
description = "Use git from python, fast"
99
readme = "README.md"
10-
requires-python=">=3.9"
10+
requires-python = ">=3.9"
1111
license = {text = "Apache-2.0"}
1212
authors = [{name = "Jeremy Howard", email = "github@jhoward.fastmail.fm"}]
1313
keywords = ['nbdev', 'jupyter', 'notebook', 'python']
14-
classifiers = [
15-
"Programming Language :: Python :: 3",
16-
"Programming Language :: Python :: 3 :: Only",
17-
]
14+
classifiers = ["Natural Language :: English", "Intended Audience :: Developers", "Development Status :: 3 - Alpha", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only"]
1815
dependencies = []
1916

2017
[project.urls]

0 commit comments

Comments
 (0)