Skip to content

Commit 66ab1b0

Browse files
committed
Update setup
1 parent 745bd51 commit 66ab1b0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

setup.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,14 @@ def package_files(package, directory):
6060
REQUIRES_PYTHON = ">=3.6.0"
6161

6262
# What packages are required for this module to be executed?
63-
REQUIRED = ["requests", "datacite>1.1.0", "tqdm>=4.62.3", "pyyaml", "s3fs", "keyring"]
63+
REQUIRED = [
64+
"requests",
65+
"datacite>1.1.0",
66+
"tqdm>=4.62.3",
67+
"pyyaml",
68+
"s3fs",
69+
"configparser",
70+
]
6471

6572
# What packages are optional?
6673
EXTRAS = {
@@ -69,7 +76,6 @@ def package_files(package, directory):
6976

7077
files = package_files("caltechdata_api", "vocabularies")
7178
files.append("vocabularies.yaml")
72-
files.append("uploader.py")
7379

7480
# The rest you shouldn't have to touch too much :)
7581
# ------------------------------------------------

0 commit comments

Comments
 (0)