Skip to content

Commit 9b7b89f

Browse files
committed
INI file included in source control, for auto-removal on pip uninstall.
1 parent 0504555 commit 9b7b89f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
recursive-include inputscope *.py *.tpl *.db *.css *.ico *.js *.svg
1+
recursive-include inputscope *.py *.tpl *.db *.ini *.css *.ico *.js *.svg
22
include LICENSE.md README.md requirements.txt

inputscope/var/inputscope.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# InputScope 1.0 configuration written on 2015-05-07 20:19:35.
2+
[DEFAULT]
3+
KeyboardEnabled = true
4+
MouseEnabled = true

0 commit comments

Comments
 (0)