Skip to content

Commit

Permalink
Merge pull request #12 from sparkfun/add-git-files-and-fix-fuseid-setup
Browse files Browse the repository at this point in the history
Added git files. Modified setup.py
  • Loading branch information
gigapod authored Jul 28, 2023
2 parents ac1a2af + 3cc0716 commit dad399a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.venv
sfeDataLoggerIoT/build/**/*.ino.*
fuse_id/dist
fuse_id/sfe_dl_fuseid.egg-info
2 changes: 1 addition & 1 deletion fuse_id/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def get_version(rel_path: str) -> str:
with open(path.join(here, 'DESCRIPTION.md'), encoding='utf-8') as f:
long_description = f.read()

install_deps = ['esptool', 'logging', 'configobj','pycryptodome']
install_deps = ['esptool', 'configobj','pycryptodome']


setuptools.setup(
Expand Down

0 comments on commit dad399a

Please sign in to comment.