Skip to content

Commit 9c66388

Browse files
authored
classifiers = []
#10
1 parent 60a7e83 commit 9c66388

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

{{cookiecutter.hyphenated}}/pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ readme = "README.md"
66
requires-python = ">=3.8"
77
authors = [{name = "{{ cookiecutter.author_name }}"}]
88
license = "Apache-2.0"
9-
classifiers = [
10-
"License :: OSI Approved :: Apache Software License"
11-
]
9+
classifiers = []
1210
dependencies = [
1311

1412
]

0 commit comments

Comments
 (0)