build for pypi 0.1.0

This commit is contained in:
zhangshine 2015-06-14 22:14:14 +08:00
parent 77f8bc9c93
commit 07fd52a953
2 changed files with 4 additions and 3 deletions

5
.gitignore vendored
View file

@ -10,7 +10,7 @@ __pycache__/
env/
build/
develop-eggs/
#dist/
dist/
downloads/
eggs/
.eggs/
@ -58,4 +58,5 @@ target/
.idea
tests/fixtures/dist/*.pdf
tests/fixtures/dist/*.pdf
.DS_Store

View file

@ -16,7 +16,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup(
name='PyInvoice',
version='0.1.0',
packages=['pyinvoice'],
packages=['pyinvoice', 'tests'],
include_package_data=True,
license='MIT License',
description='Invoice/Receipt generator',