File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2020 Quansight
3+ Copyright (c) 2022, Andrew Fulton
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dist-name = "universal_pathlib"
99author = " Andrew Fulton"
1010author-email = " andrewfulton9@gmail.com"
1111classifiers = []
12- home-page = " https://github.com/Quansight /universal_pathlib"
12+ home-page = " https://github.com/fsspec /universal_pathlib"
1313keywords = " "
1414license = " "
1515maintainer = " Andrew Fulton"
Original file line number Diff line number Diff line change 1010 version = __version__ ,
1111 author = "Andrew Fulton" ,
1212 author_email = "andrewfulton9@gmail.com" ,
13- url = "https://github.com/Quansight /universal_pathlib" ,
13+ url = "https://github.com/fsspec /universal_pathlib" ,
1414 packages = setuptools .find_packages (),
1515 python_requires = ">=3.7" ,
1616 description = "pathlib api extended to use fsspec backends" ,
Original file line number Diff line number Diff line change 11"""Pathlib API extended to use fsspec backends"""
2- __version__ = "0.0.11 "
2+ __version__ = "0.0.12 "
33
44from upath .core import UPath
55
You can’t perform that action at this time.
0 commit comments