Skip to content

Commit 7f40752

Browse files
committed
Fixing Windows module compatibility
The /tmp reference in setup.cfg is causing pip install to fail on Windows. Reverting setup.cfg and adding relevant .gitignore entries for eggs.
1 parent a04c365 commit 7f40752

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
*.pyc
2+
Logentries.egg-info
3+
dist/*.egg

setup.cfg

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)