Skip to content

Commit

Permalink
Add MANIFEST
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhengnan committed Aug 5, 2020
1 parent f4964d1 commit 8c13470
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include LICENSE
2 changes: 1 addition & 1 deletion iscan/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.2'
__version__ = '0.3.3'
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[flake8]
max-line-length = 100
exclude =
build,
dist,
iscan/std_lib.py,
#iscan/tests
build
ignore = F401 # Unused imports

[isort]
Expand Down

0 comments on commit 8c13470

Please sign in to comment.