-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed duplication of license in pyproject and setup.py
- Loading branch information
1 parent
5219457
commit e168337
Showing
4 changed files
with
4 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,6 @@ build-backend = "setuptools.build_meta" | |
name = "dms_datastore" | ||
description = "Downloading tools and data repository management" | ||
dynamic = ["version"] | ||
license = {file = "LICENSE"} | ||
authors = [ | ||
{name = "Eli Ateljevich", email = "[email protected]"}, | ||
{name = "Nicky Sandhu", email = "[email protected]"} | ||
|
@@ -56,22 +55,3 @@ parentdir_prefix = "dms_datastore-" | |
norecursedirs = [".*", "*.egg*", "build", "dist", "conda.recipe"] | ||
addopts = "--junitxml=junit.xml --ignore setup.py --ignore run_test.py --tb native --strict-markers --durations=20" | ||
markers = ["serial: execute test serially (to avoid race conditions)"] | ||
|
||
[project.scripts] | ||
download_hycom = "dms_datastore.download_hycom:main" | ||
download_hrrr = "dms_datastore.download_hrrr:main" | ||
download_noaa = "dms_datastore.download_noaa:main" | ||
download_cdec = "dms_datastore.download_cdec:main" | ||
download_wdl = "dms_datastore.download_wdl:main" | ||
download_nwis = "dms_datastore.download_nwis:main" | ||
download_des = "dms_datastore.download_des:main" | ||
download_ncro = "dms_datastore.download_ncro:main" | ||
compare_directories = "dms_datastore.compare_directories:main" | ||
populate_repo = "dms_datastore.populate_repo:main" | ||
station_info = "dms_datastore.station_info:main" | ||
reformat = "dms_datastore.reformat:main" | ||
auto_screen = "dms_datastore.auto_screen:main" | ||
inventory = "dms_datastore.inventory:main" | ||
usgs_multi = "dms_datastore.usgs_multi:main" | ||
delete_from_filelist = "dms_datastore.delete_from_filelist:main" | ||
data_cache = "dms_datastore.caching:main" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters