We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a218fb5 commit d52378bCopy full SHA for d52378b
setup.py
@@ -0,0 +1,11 @@
1
+import setuptools
2
+
3
+setuptools.setup(
4
+ name="universal_pathlib",
5
+ version="0.0.1",
6
+ author="Andrew Fulton",
7
+ author_email="[email protected]",
8
+ url="https://github.com/Quansight/universal_pathlib",
9
+ packages=setuptools.find_packages(),
10
+ python_requires=">=3.7"
11
+)
0 commit comments