Skip to content

Commit

Permalink
Renames manifest file to include missing ini files. (#36)
Browse files Browse the repository at this point in the history
Fix manifest file.
  • Loading branch information
watermarkhu authored Dec 1, 2020
1 parent 8ee7f00 commit 9817d9b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include qsurface/decoders/decoders.ini
3 changes: 0 additions & 3 deletions manifest.in

This file was deleted.

2 changes: 1 addition & 1 deletion qsurface/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from . import main
from . import threshold

__version__ = "0.1.4"
__version__ = "0.1.5"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="qsurface",
version="0.1.4",
version="0.1.5",
description="Open library from surface code simulations and visualizations",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 9817d9b

Please sign in to comment.