This repository was archived by the owner on Jan 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +8
-11
lines changed
Expand file tree Collapse file tree 5 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 11python-networkmanager - Easy communication with NetworkManager
2- Copyright (C) 2011-2017 Dennis Kaarsemaker <dennis@kaarsemaker.net>
2+ Copyright (C) 2011-2021 Dennis Kaarsemaker <dennis@kaarsemaker.net>
33
44This software is provided 'as-is', without any express or implied
55warranty. In no event will the authors be held liable for any damages
Original file line number Diff line number Diff line change 11# NetworkManager - a library to make interacting with the NetworkManager daemon
22# easier.
33#
4- # (C)2011-2017 Dennis Kaarsemaker
4+ # (C)2011-2021 Dennis Kaarsemaker
55# License: zlib
66
77import copy
Original file line number Diff line number Diff line change 4242
4343# General information about the project.
4444project = u'python-networkmanager'
45- copyright = u'2011-2018 , Dennis Kaarsemaker'
45+ copyright = u'2011-2021 , Dennis Kaarsemaker'
4646
4747# The version info for the project you're documenting, acts as replacement for
4848# |version| and |release|, also used in various other places throughout the
4949# built documents.
5050#
5151# The short X.Y version.
52- version = '2.1 '
52+ version = '2.2 '
5353# The full version, including alpha/beta/rc tags.
54- release = '2.1 '
54+ release = '2.2 '
5555
5656# The language for content autogenerated by Sphinx. Refer to documentation
5757# for a list of supported languages.
Original file line number Diff line number Diff line change 33# Command-line tool to interact with NetworkManager. With this tool, you can
44# inspect various configuration items and (de-)activate connections.
55#
6- # (C) 2011-2016 Dennis Kaarsemaker
6+ # (C) 2011-2021 Dennis Kaarsemaker
77# License: zlib
88
99from __future__ import print_function
Original file line number Diff line number Diff line change 11#!/usr/bin/python
22
3- try :
4- from setuptools import setup
5- except ImportError :
6- from distutils .core import setup
3+ from setuptools import setup
74
85setup (name = "python-networkmanager" ,
9- version = "2.1 " ,
6+ version = "2.2 " ,
107 author = "Dennis Kaarsemaker" ,
118 author_email = "dennis@kaarsemaker.net" ,
129 url = "http://github.com/seveas/python-networkmanager" ,
You can’t perform that action at this time.
0 commit comments