Skip to content

Commit a37519b

Browse files
authored
License in metadata (#64)
* Update setup.py * Update pyproject.toml * Update setup.py
1 parent 698602f commit a37519b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ author-email = "[email protected]"
1111
classifiers = []
1212
home-page = "https://github.com/fsspec/universal_pathlib"
1313
keywords = ""
14-
license = ""
14+
license = "MIT"
1515
maintainer = "Andrew Fulton"
1616
maintainer-email = "[email protected]"
1717
module = "upath"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@
1616
description="pathlib api extended to use fsspec backends",
1717
long_description=long_description,
1818
long_description_content_type="text/markdown",
19+
license="MIT"
1920
)

0 commit comments

Comments
 (0)