Skip to content

Commit 5dfe162

Browse files
committed
pyproject fix
1 parent f070ef2 commit 5dfe162

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

pyproject.toml

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

55
[project]
6-
name="apswutils"
6+
name = "apswutils"
77
dynamic = ["version"]
88
description = "A fork of sqlite-minutils for apsw"
99
readme = "README.md"
10-
requires-python=">=3.9"
10+
requires-python = ">=3.9"
1111
license = {text = "Apache-2.0"}
1212
authors = [{name = "Daniel and Audrey Roy Greenfeld, and Jeremy Howard", email = "info@fast.ai"}]
1313
keywords = ['nbdev', 'jupyter', 'notebook', 'python', 'sqlite', 'apsw']
14-
classifiers = [
15-
"Programming Language :: Python :: 3",
16-
"Programming Language :: Python :: 3 :: Only",
17-
]
18-
dependencies = ["fastcore","apsw"]
14+
classifiers = ["Natural Language :: English", "Intended Audience :: Developers", "Development Status :: 3 - Alpha", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only"]
15+
dependencies = ['fastcore', 'apsw']
1916

2017
[project.urls]
2118
Repository = "https://github.com/AnswerDotAI/apswutils"

0 commit comments

Comments
 (0)