Skip to content

Commit

Permalink
Added Sublime Text project configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
cganterh committed Mar 23, 2018
1 parent 6c22f15 commit 05e4b94
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,6 @@ ENV/

# mypy
.mypy_cache/

# sublime text
/le.sublime-workspace
18 changes: 18 additions & 0 deletions le.sublime-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"folders":
[
{
"file_exclude_patterns":
[
".coverage"
],
"folder_exclude_patterns":
[
".mypy_cache",
"__pycache__",
"le.egg-info"
],
"path": "."
}
]
}
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = le
version = 1.0.0
version = 1.0.1
url = https://github.com/cganterh/le
author = Cristóbal Ganter
author_email = cganterh@gmail.com
Expand Down

0 comments on commit 05e4b94

Please sign in to comment.