diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0bf9d12 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +__pycache__ +dist +build +aiopath.egg-info \ No newline at end of file diff --git a/.python-version b/.python-version new file mode 100644 index 0000000..0a5b575 --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +aiopath-3.11 diff --git a/MANIFEST.in b/MANIFEST.in index bcef74c..a980d7b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,3 +3,4 @@ include requirements.txt include README.md include LICENSE include CREDIT.md +include aiopath/py.typed \ No newline at end of file diff --git a/aiopath/__pycache__/__init__.cpython-311.pyc b/aiopath/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 1f0361c..0000000 Binary files a/aiopath/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/aiopath/__pycache__/flavours.cpython-311.pyc b/aiopath/__pycache__/flavours.cpython-311.pyc deleted file mode 100644 index f7f2f96..0000000 Binary files a/aiopath/__pycache__/flavours.cpython-311.pyc and /dev/null differ diff --git a/aiopath/__pycache__/handle.cpython-311.pyc b/aiopath/__pycache__/handle.cpython-311.pyc deleted file mode 100644 index ce39017..0000000 Binary files a/aiopath/__pycache__/handle.cpython-311.pyc and /dev/null differ diff --git a/aiopath/__pycache__/path.cpython-311.pyc b/aiopath/__pycache__/path.cpython-311.pyc deleted file mode 100644 index eb7604e..0000000 Binary files a/aiopath/__pycache__/path.cpython-311.pyc and /dev/null differ diff --git a/aiopath/__pycache__/scandir.cpython-311.pyc b/aiopath/__pycache__/scandir.cpython-311.pyc deleted file mode 100644 index 56bd7cc..0000000 Binary files a/aiopath/__pycache__/scandir.cpython-311.pyc and /dev/null differ diff --git a/aiopath/__pycache__/selectors.cpython-311.pyc b/aiopath/__pycache__/selectors.cpython-311.pyc deleted file mode 100644 index 46d810e..0000000 Binary files a/aiopath/__pycache__/selectors.cpython-311.pyc and /dev/null differ diff --git a/aiopath/__pycache__/types.cpython-311.pyc b/aiopath/__pycache__/types.cpython-311.pyc deleted file mode 100644 index 9ff4ed4..0000000 Binary files a/aiopath/__pycache__/types.cpython-311.pyc and /dev/null differ diff --git a/aiopath/__pycache__/wrap.cpython-311.pyc b/aiopath/__pycache__/wrap.cpython-311.pyc deleted file mode 100644 index aaeae31..0000000 Binary files a/aiopath/__pycache__/wrap.cpython-311.pyc and /dev/null differ diff --git a/aiopath/py.typed b/aiopath/py.typed new file mode 100644 index 0000000..e69de29