Skip to content

Commit be22a0e

Browse files
committed
removendo pasta dist, vamos usar tags no git ao inves de pacotes comitados
1 parent 5ed4bc0 commit be22a0e

File tree

7 files changed

+3
-1
lines changed

7 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ build
1010
eggs
1111
parts
1212
var
13+
dist
1314
sdist
1415
develop-eggs
1516
.installed.cfg

MANIFEST

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
CHANGES.txt
33
LICENSE.txt
44
README.md
5+
requirements.txt
56
setup.py
67
bbvisa2ofx/__init__.py
78
bbvisa2ofx/bbvisa2ofx.py

dist/bbvisa2ofx-0.17b.tar.gz

-9.19 KB
Binary file not shown.

dist/bbvisa2ofx-0.18.tar.gz

-9.2 KB
Binary file not shown.

dist/bbvisa2ofx-0.19.tar.gz

-10.5 KB
Binary file not shown.

dist/bbvisa2ofx-0.20.tar.gz

-10.5 KB
Binary file not shown.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from distutils.core import setup
22

33
setup(name = "bbvisa2ofx",
4-
version = "0.20",
4+
version = "0.21",
55
description = "Converter uma fatura de cartao de credito TXT do Banco do Brasil para OFX",
66
author = "Jose Coelho",
77
author_email = "[email protected]",

0 commit comments

Comments
 (0)