diff --git a/requirements.txt b/NoPELib/__init__.py similarity index 100% rename from requirements.txt rename to NoPELib/__init__.py diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..05e0568 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,10 @@ +[build-system] +requires = ["setuptools>=42", "wheel"] +build-backend = "setuptools.build_meta" + +[project] +name = "NoPELib" +version = "0.0.1.dev0" +description = "Norway Player Execution Library (A player library)" +authors = [{ name = "Brosef" }] +dependencies = [] \ No newline at end of file