Skip to content

Commit db1315b

Browse files
* Apontando para site do LAR no setup;
1 parent 475f53f commit db1315b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
from distutils.core import Command
66

77
def main():
8-
8+
99
install.sub_commands.append(('install_dbus_service',None))
1010
setup(
1111
# Application name:
1212
name="PPPoEDI",
1313

1414
# Version number (initial):
15-
version="0.0.95",
15+
version="0.0.96",
1616

1717
# Application author details:
1818
author="LAR",
@@ -26,7 +26,7 @@ def main():
2626
#include_package_data=True,
2727

2828
# Details
29-
url="http://www.suporte.inf.ufes.br",
29+
url="https://lar.inf.ufes.br",
3030
license="LICENSE.txt",
3131
description="Interface grafica escrita em Python para conexao ao servidor PPPoE do DI.",
3232

@@ -47,13 +47,13 @@ def main():
4747
class install_dbus_service(Command):
4848
description = "Install DBus .service file, modifying it so that it points to the correct script"
4949
user_options = []
50-
50+
5151
def initialize_options(self):
5252
pass
53-
53+
5454
def finalize_options(self):
5555
pass
56-
56+
5757
def run(self):
5858
install_bin = self.get_finalized_command('install_scripts')
5959
script_install_dir = install_bin.install_dir

0 commit comments

Comments
 (0)