|
1 | 1 | #!/usr/bin/python
|
2 | 2 | # -*- coding: utf-8 -*-
|
3 | 3 |
|
4 |
| -# Hive Netium System |
| 4 | +# Hive Netius System |
5 | 5 | # Copyright (C) 2008-2012 Hive Solutions Lda.
|
6 | 6 | #
|
7 |
| -# This file is part of Hive Netium System. |
| 7 | +# This file is part of Hive Netius System. |
8 | 8 | #
|
9 |
| -# Hive Netium System is free software: you can redistribute it and/or modify |
| 9 | +# Hive Netius System is free software: you can redistribute it and/or modify |
10 | 10 | # it under the terms of the GNU General Public License as published by
|
11 | 11 | # the Free Software Foundation, either version 3 of the License, or
|
12 | 12 | # (at your option) any later version.
|
13 | 13 | #
|
14 |
| -# Hive Netium System is distributed in the hope that it will be useful, |
| 14 | +# Hive Netius System is distributed in the hope that it will be useful, |
15 | 15 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
|
16 | 16 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
17 | 17 | # GNU General Public License for more details.
|
18 | 18 | #
|
19 | 19 | # You should have received a copy of the GNU General Public License
|
20 |
| -# along with Hive Netium System. If not, see <http://www.gnu.org/licenses/>. |
| 20 | +# along with Hive Netius System. If not, see <http://www.gnu.org/licenses/>. |
21 | 21 |
|
22 | 22 | __author__ = "João Magalhães <[email protected]>"
|
23 | 23 | """ The author(s) of the module """
|
|
42 | 42 | import setuptools
|
43 | 43 |
|
44 | 44 | setuptools.setup(
|
45 |
| - name = "netium", |
| 45 | + name = "netius", |
46 | 46 | version = "0.1.0",
|
47 | 47 | author = "Hive Solutions Lda.",
|
48 | 48 | author_email = "[email protected]",
|
49 |
| - description = "Netium System", |
| 49 | + description = "Netius System", |
50 | 50 | license = "GNU General Public License (GPL), Version 3",
|
51 |
| - keywords = "netium net infrastructure", |
52 |
| - url = "http://netium.com", |
| 51 | + keywords = "netius net infrastructure", |
| 52 | + url = "http://netius.com", |
53 | 53 | packages = [
|
54 |
| - "netium" |
| 54 | + "netius" |
55 | 55 | ],
|
56 | 56 | classifiers = [
|
57 | 57 | "Development Status :: 3 - Alpha",
|
|
0 commit comments