Skip to content

Commit 183dcd2

Browse files
committed
Updating git ignnore.
1 parent c520edf commit 183dcd2

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ stac_generator-1.0.2.zip
1313
.lock
1414
GLOB-0.log
1515
cprofile
16+
build/

extraction_methods/__init__.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# encoding: utf-8
2+
"""
3+
4+
"""
5+
__author__ = "Richard Smith"
6+
__date__ = "08 Jun 2021"
7+
__copyright__ = "Copyright 2018 United Kingdom Research and Innovation"
8+
__license__ = "BSD - see LICENSE file in top-level package directory"
9+
__contact__ = "[email protected]"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# encoding: utf-8
2+
"""
3+
"""
4+
__author__ = "Richard Smith"
5+
__date__ = "27 May 2021"
6+
__copyright__ = "Copyright 2018 United Kingdom Research and Innovation"
7+
__license__ = "BSD - see LICENSE file in top-level package directory"
8+
__contact__ = "[email protected]"

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ botocore==1.21.44
88
cachetools==4.2.4
99
certifi==2022.12.7
1010
chardet==4.0.0
11-
ceda-directory-tree==1.0.2
1211
docutils==0.16
1312
elasticsearch==7.13.1
1413
fsspec==2021.10.0

0 commit comments

Comments
 (0)