Skip to content

Commit 74743f3

Browse files
committed
Add missing expected test output
1 parent 607496f commit 74743f3

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
[build-system]
2+
requires = [ "whey",]
3+
build-backend = "whey"
4+
5+
[project]
6+
name = "importcheck"
7+
version = "0.3.0"
8+
description = "A tool to check all modules can be correctly imported."
9+
readme = "README.rst"
10+
keywords = [ "import", "test",]
11+
dynamic = [ "requires-python", "classifiers", "dependencies",]
12+
13+
[[project.authors]]
14+
15+
name = "Dominic Davis-Foster"
16+
17+
18+
[project.license]
19+
file = "LICENSE"
20+
21+
[tool.whey]
22+
base-classifiers = [
23+
"Development Status :: 4 - Beta",
24+
"Environment :: Console",
25+
"Intended Audience :: Developers",
26+
]
27+
python-versions = [ "3.6", "3.7", "3.8", "3.9",]
28+
python-implementations = [ "CPython",]
29+
platforms = [ "Windows", "macOS", "Linux",]
30+
license-key = "MIT"

0 commit comments

Comments
 (0)