File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 55from distutils .core import Command
66
77def 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():
4747class 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
You can’t perform that action at this time.
0 commit comments