diff --git a/flyrs/.gitignore b/flyrs/.gitignore deleted file mode 100644 index 15640f3707..0000000000 --- a/flyrs/.gitignore +++ /dev/null @@ -1,10 +0,0 @@ -/target - -pyproject.toml - - -# Added by cargo -# -# already existing elements were commented out - -#/target diff --git a/flyrs/pyproject.toml b/flyrs/pyproject.toml new file mode 100644 index 0000000000..7713ba4317 --- /dev/null +++ b/flyrs/pyproject.toml @@ -0,0 +1,12 @@ +[build-system] +requires = ["maturin>=1,<2"] +build-backend = "maturin" + +[project] +name = "flyrs" +requires-python = ">=3.7" +classifiers = [ + "Programming Language :: Rust", + "Programming Language :: Python :: Implementation :: CPython", + "Programming Language :: Python :: Implementation :: PyPy", +] \ No newline at end of file