Skip to content

Commit

Permalink
adds setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfulton9 committed Nov 13, 2020
1 parent a218fb5 commit d52378b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import setuptools

setuptools.setup(
name="universal_pathlib",
version="0.0.1",
author="Andrew Fulton",
author_email="[email protected]",
url="https://github.com/Quansight/universal_pathlib",
packages=setuptools.find_packages(),
python_requires=">=3.7"
)

0 comments on commit d52378b

Please sign in to comment.