Skip to content

Commit bc14b62

Browse files
committed
Ajusto URL del proyecto en el instalador
1 parent 2d90f8e commit bc14b62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,9 +530,9 @@
530530
long_description=long_desc,
531531
author="Mariano Reingart",
532532
author_email="[email protected]",
533-
url="https://code.google.com/p/pyafipws/" if 'register' in sys.argv
533+
url="https://github.com/reingart/pyafipws" if not 'py2exe' in sys.argv
534534
else "http://www.sistemasagiles.com.ar",
535-
license="GNU GPL v3",
535+
license="GNU GPL v3+",
536536
options=opts,
537537
data_files=data_files,
538538
classifiers = [

0 commit comments

Comments
 (0)