Skip to content

Commit

Permalink
Include utf64.svg in PyPI package
Browse files Browse the repository at this point in the history
  • Loading branch information
iainmerrick committed Nov 7, 2023
1 parent 71b9c15 commit cbe4766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ classifiers = [
Home = "https://github.com/more-please/utf64"

[tool.flit.sdist]
include = ["README.md"]
include = ["README.md", "utf64.svg"]
2 changes: 1 addition & 1 deletion py/utf64.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Encoder/decoder for UTF-64, a URL-safe encoding for JSONish strings"""

__version__ = "1.0.1"
__version__ = "1.0.2"

_base64 = "_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-"

Expand Down

0 comments on commit cbe4766

Please sign in to comment.