Skip to content

Commit

Permalink
Fixed bug with peng3dnet.ext not being included in pip distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
not-na committed Aug 21, 2017
1 parent 220fc64 commit d908edf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions peng3dnet/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

__all__ = ["VERSION","RELEASE","PROTOVERSION"]

VERSION = "0.1.0a2"
VERSION = "0.1.1a1"
"""
Full version number of this package.
Expand All @@ -36,7 +36,7 @@
The ``a`` meta-data indicates bit-compatible versions that only fix documentation mistakes etc.
"""

RELEASE = "0.1.0"
RELEASE = "0.1.1"
"""
Full version number of this package without trailing meta-data.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def load_module(name):
author="notna",
author_email="notna@apparat.org",
url="https://github.com/not-na/peng3dnet",
packages=['peng3dnet',"peng3dnet.packet"],
packages=['peng3dnet',"peng3dnet.packet","peng3dnet.ext"],
requires=["msgpack","bidict"],
provides=["peng3dnet"],
setup_requires=['pytest-runner'],
Expand Down

0 comments on commit d908edf

Please sign in to comment.