diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2017-09-10 12:32:49 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2017-09-10 12:32:49 +0200 |
commit | 090a2703703877bd150aae637031c5d7dcba2df4 (patch) | |
tree | 3d498820503e1ab3c7186c2839a661a76083550b /.gitignore | |
parent | c96bc5755a68d8e317d96be31b330cc0b626c194 (diff) | |
download | ee-python-090a2703703877bd150aae637031c5d7dcba2df4.tar.gz ee-python-090a2703703877bd150aae637031c5d7dcba2df4.tar.bz2 ee-python-090a2703703877bd150aae637031c5d7dcba2df4.tar.xz ee-python-090a2703703877bd150aae637031c5d7dcba2df4.zip |
setup.py: Adding install_requires.
digikey: Updating tests. Making sure the directory exist before writing facts.
Stop recursing into new searches when a search returns multiple hits. Let the frontends do that.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,6 @@ +*.tmp +digikey_cache + *.pyc env env-* @@ -8,7 +11,6 @@ ee.egg-info .tox .ipynb*/ .ipynb_checkpoints -test/digikey_cache *.png |