Skip to content

Commit b316e8e

Browse files
committedSep 30, 2021
fix typos
1 parent ba50e55 commit b316e8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎base/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name = "{{ project_name }}"
33
version = "{{ package.version }}"
44
description = "{{ package.description }}"
55
readme = "README.md"
6-
repository = "{{ package.repoistory }}"
6+
repository = "{{ package.repository }}"
77
authors = [ "20C <code@20c.com>",]
88
license = "{{ package.license }}"
99
classifiers = [
1010
"Topic :: Software Development",
11-
"Development Status :: {{ package.status }}",_
11+
"Development Status :: {{ package.status }}",
1212
"License :: OSI Approved :: Apache Software License",
1313
"Programming Language :: Python :: 3.6",
1414
"Programming Language :: Python :: 3.7",

0 commit comments

Comments
 (0)
Please sign in to comment.