-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removendo pasta dist, vamos usar tags no git ao inves de pacotes comi…
…tados
- Loading branch information
1 parent
5ed4bc0
commit be22a0e
Showing
7 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ build | |
eggs | ||
parts | ||
var | ||
dist | ||
sdist | ||
develop-eggs | ||
.installed.cfg | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
from distutils.core import setup | ||
|
||
setup(name = "bbvisa2ofx", | ||
version = "0.20", | ||
version = "0.21", | ||
description = "Converter uma fatura de cartao de credito TXT do Banco do Brasil para OFX", | ||
author = "Jose Coelho", | ||
author_email = "[email protected]", | ||
|