We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8570b12 commit c2ef2eeCopy full SHA for c2ef2ee
mec/tests/test_smoke.py
@@ -0,0 +1,3 @@
1
+# tests/test_smoke.py
2
+def test_import():
3
+ import mec # just verifies the package imports
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "mec"
7
-version = "0.225"
+version = "0.226"
8
description = "description of the package"
9
readme = "README.md"
10
requires-python = ">=3"
0 commit comments