Skip to content

Commit c0fcc8d

Browse files
committed
updated pyproject.toml and renamed src directory to industry_documents_wrapper
1 parent 671ae96 commit c0fcc8d

14 files changed

+6
-2
lines changed
Binary file not shown.
7.44 KB
Binary file not shown.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
name = "industryDocumentsWrapper"
33
version = "0.1.0"
44
description = "A simple python wrapper for the UCSF Industry Documents API."
5-
authors = ["Rolando Rodriguez <[email protected]"]
5+
authors = ["Rolando Rodriguez <[email protected]>"]
6+
maintainers = ["Rolando Rodriguez <[email protected]>"]
67
license = "Apache-2.0"
78
readme = "README.md"
9+
packages = [{include = "industry_documents_wrapper"}]
10+
repository = "https://github.com/UNC-Libraries/UCSF-Industry-Docs-API-Python-Wrapper"
11+
keywords = ["UCSF", "Industry Documents"]
812

913
[tool.poetry.dependencies]
1014
python = "^3.12"
252 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)