Skip to content

Commit d5e2959

Browse files
committed
Improve packaging
1 parent 3b72f6b commit d5e2959

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

AUTHORS

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
The IoC package has been created by
2+
3+
* Thomas Rabaix
4+
5+
The code is inspired by the Symfony2 Dependency Component by Fabien Potencier

MANIFEST.in

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
include README.txt
2+
include AUTHORS
3+
include LICENSE
4+
include MANIFEST.in
5+
include tests.py
6+
recursive-include ioc *
7+
recursive-include docs *
8+
recursive-include tests *
9+
recursive-exclude * __pycache__
10+
recursive-exclude * *.py[co]

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.2",
8+
version="0.0.3",
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)