mirror of
https://github.com/Nuitka/Nuitka.git
synced 2026-02-01 11:33:19 +01:00
* The test case added lately was Python3 only, but rather than extending the list, lets just use filename driven decision, migrating to proper test case scan. * To make it work, we needed to rename cases, such that numbers are not at the end, or else they will be mistaken for version constraints, e.g. "_2"
9 lines
172 B
Python
9 lines
172 B
Python
#!/usr/bin/env python
|
|
|
|
"""Runner for example project."""
|
|
|
|
print("Hello pyproject world!")
|
|
|
|
# Lets do the actual work after the print.
|
|
import example1_package # isort:skip
|