Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 88fbf3d

Browse files
authoredMar 1, 2021
Update gitignore & setup.cfg (#44)
* .gitignore: Add .python-version, .DS_Store * Remove universal flag from setup.cfg bdist_wheel
1 parent 2614337 commit 88fbf3d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ labkey\.egg-info/
1010
.idea/
1111
*.iml
1212
*.swp
13+
14+
.DS_Store
15+
.python-version

‎setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,3 @@ test=pytest
77
[coverage:html]
88
directory = build/coverage_html
99
title = Test coverage report for labkey
10-
11-
[bdist_wheel]
12-
universal=1

0 commit comments

Comments
 (0)
Please sign in to comment.