Skip to content

Commit

Permalink
Upgrade setup, version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gigidn committed Dec 15, 2015
1 parent 85dc862 commit 2f5b773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
setup(
name = 'PyFePA',
packages = ['PyFePA'],
version = '1.0',
version = '1.0.1',
description = 'Python object of italian FatturaPA, serialize, deserialize and verify',
author = 'Luigi Di Naro',
author_email = '[email protected]',
home_page = 'http://www.ktec.it/fatturapa',
url = 'https://github.com/ktecsrl/PyFePA',
download_url = 'https://github.com/ktecsrl/PyFePA/tarball/1.0',
download_url = 'https://github.com/ktecsrl/PyFePA/tarball/1.0.1',
keywords = ['FatturaPA', 'financial', 'utils'],
platforms= 'OSX, *unix, win',
package_data = {'PyFePA' : files },
Expand Down

0 comments on commit 2f5b773

Please sign in to comment.