Skip to content

Commit

Permalink
mv config location
Browse files Browse the repository at this point in the history
  • Loading branch information
jsta committed Apr 16, 2024
1 parent da87325 commit 6c51340
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ test[0-9]*.py
test.py
test.R
jsta.py
rabpro/config.py
2 changes: 1 addition & 1 deletion Data/scripts/gee_ingest.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import os
import glob
import config
import datetime
import dateutil
import subprocess

import rabpro
from rabpro import config

dry_run = config.dry_run
gcp_upload = config.gcp_upload
Expand Down
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,4 @@
"Operating System :: OS Independent",
],
packages=setuptools.find_packages(where="rabpro"),
package_dir={"": "rabpro"},
include_package_data=True,
exclude_package_data={"": ["config.py"]},
)

0 comments on commit 6c51340

Please sign in to comment.