Skip to content

Commit

Permalink
Improved MANIFEST and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
hgrecco committed Jun 24, 2014
1 parent 09107c7 commit 179bf90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .coveragerc

This file was deleted.

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ build/
dist/
MANIFEST
.tox

.coveragerc
# WebDAV file system cache files
.DAV/
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
include README AUTHORS CHANGES LICENSE
include README AUTHORS CHANGES LICENSE ChangeLog
recursive-include pyvisa *
recursive-include docs *
recursive-include examples *
prune docs/_build
prune docs/_themes/.git
global-exclude *.pyc *~ .DS_Store *__pycache__* *.pyo

0 comments on commit 179bf90

Please sign in to comment.