We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba50e55 commit b316e8eCopy full SHA for b316e8e
base/pyproject.toml
@@ -3,12 +3,12 @@ name = "{{ project_name }}"
3
version = "{{ package.version }}"
4
description = "{{ package.description }}"
5
readme = "README.md"
6
-repository = "{{ package.repoistory }}"
+repository = "{{ package.repository }}"
7
authors = [ "20C <code@20c.com>",]
8
license = "{{ package.license }}"
9
classifiers = [
10
"Topic :: Software Development",
11
- "Development Status :: {{ package.status }}",_
+ "Development Status :: {{ package.status }}",
12
"License :: OSI Approved :: Apache Software License",
13
"Programming Language :: Python :: 3.6",
14
"Programming Language :: Python :: 3.7",
0 commit comments