Skip to content

Commit 9b78bea

Browse files
committed
Fix packaging
1 parent f850b78 commit 9b78bea

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ include AUTHORS
33
include LICENSE
44
include MANIFEST.in
55
include tests.py
6+
include setup.py
67
recursive-include ioc *
78
recursive-include docs *
89
recursive-include tests *

makefile

-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ register:
55

66
upload:
77
python setup.py sdist bdist upload
8-

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="ioc",
8-
version="0.0.7",
8+
version="0.0.8",
99
description="A small dependency injection container based on Symfony2 Dependency Component",
1010
author="Thomas Rabaix",
1111
author_email="[email protected]",

0 commit comments

Comments
 (0)