Files
Kay Hayen 7f63f2cc16 Tests: Cleanup distutils tests
* 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"
2023-06-02 15:07:22 +02:00

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