File tree 5 files changed +8
-11
lines changed
5 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 1
1
python-networkmanager - Easy communication with NetworkManager
2
- Copyright (C) 2011-
2017 Dennis Kaarsemaker <
[email protected] >
2
+ Copyright (C) 2011-
2021 Dennis Kaarsemaker <
[email protected] >
3
3
4
4
This software is provided 'as-is', without any express or implied
5
5
warranty. In no event will the authors be held liable for any damages
Original file line number Diff line number Diff line change 1
1
# NetworkManager - a library to make interacting with the NetworkManager daemon
2
2
# easier.
3
3
#
4
- # (C)2011-2017 Dennis Kaarsemaker
4
+ # (C)2011-2021 Dennis Kaarsemaker
5
5
# License: zlib
6
6
7
7
import copy
Original file line number Diff line number Diff line change 42
42
43
43
# General information about the project.
44
44
project = u'python-networkmanager'
45
- copyright = u'2011-2018 , Dennis Kaarsemaker'
45
+ copyright = u'2011-2021 , Dennis Kaarsemaker'
46
46
47
47
# The version info for the project you're documenting, acts as replacement for
48
48
# |version| and |release|, also used in various other places throughout the
49
49
# built documents.
50
50
#
51
51
# The short X.Y version.
52
- version = '2.1 '
52
+ version = '2.2 '
53
53
# The full version, including alpha/beta/rc tags.
54
- release = '2.1 '
54
+ release = '2.2 '
55
55
56
56
# The language for content autogenerated by Sphinx. Refer to documentation
57
57
# for a list of supported languages.
Original file line number Diff line number Diff line change 3
3
# Command-line tool to interact with NetworkManager. With this tool, you can
4
4
# inspect various configuration items and (de-)activate connections.
5
5
#
6
- # (C) 2011-2016 Dennis Kaarsemaker
6
+ # (C) 2011-2021 Dennis Kaarsemaker
7
7
# License: zlib
8
8
9
9
from __future__ import print_function
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/python
2
2
3
- try :
4
- from setuptools import setup
5
- except ImportError :
6
- from distutils .core import setup
3
+ from setuptools import setup
7
4
8
5
setup (name = "python-networkmanager" ,
9
- version = "2.1 " ,
6
+ version = "2.2 " ,
10
7
author = "Dennis Kaarsemaker" ,
11
8
author_email = "[email protected] " ,
12
9
url = "http://github.com/seveas/python-networkmanager" ,
You can’t perform that action at this time.
0 commit comments