Skip to content

Commit

Permalink
Don't package up swap files (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
catlee committed Jul 31, 2017
1 parent 9f9d6b2 commit 611b014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ include test-requirements.in

include tox.ini .travis.yml appveyor.yml

global-exclude *.py[cod] __pycache__ *.so *.dylib
global-exclude *.py[cod] __pycache__ *.so *.dylib *.sw?
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def read(*names, **kwargs):

setup(
name='mar',
version='2.1.0',
version='2.1.1',
license='MPL 2.0',
description='Package for handling Mozilla Archive files.',
long_description='%s\n%s' % (
Expand Down

0 comments on commit 611b014

Please sign in to comment.