Skip to content

Commit

Permalink
Merge pull request #17 from dylan-profiler/manifest-fix
Browse files Browse the repository at this point in the history
check-manifest passes
  • Loading branch information
ieaves committed Aug 31, 2020
2 parents dd96644 + b7d2162 commit e446e55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
include LICENSE
include Makefile
include mypy.ini
include .pre-commit-config.yaml
include .flake8
include .isort.cfg
recursive-include examples *.ipynb
recursive-include images *.jpeg
recursive-include images *.png
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name="compressio",
version="0.1.0",
version="0.1.1",
url="https://github.com/dylan-profiler/compressio",
description="compressio",
author="Ian Eaves, Simon Brugman",
Expand Down

0 comments on commit e446e55

Please sign in to comment.