diff --git a/.gitignore b/.gitignore index bd6ad26..e4c1864 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,6 @@ __pycache__/ .Python build/ develop-eggs/ -dist/ downloads/ eggs/ .eggs/ diff --git a/dist/akin-0.1.0-py3-none-any.whl b/dist/akin-0.1.0-py3-none-any.whl new file mode 100644 index 0000000..fbde8e9 Binary files /dev/null and b/dist/akin-0.1.0-py3-none-any.whl differ diff --git a/dist/akin-0.1.0.tar.gz b/dist/akin-0.1.0.tar.gz new file mode 100644 index 0000000..58066da Binary files /dev/null and b/dist/akin-0.1.0.tar.gz differ diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..2f43dd3 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,6 @@ +[build-system] +requires = [ + "setuptools>=42", + "numpy" +] +build-backend = "setuptools.build_meta" \ No newline at end of file