Skip to content

Commit 803e9de

Browse files
committed
new code structure
1 parent adcec4d commit 803e9de

15 files changed

+11
-1798
lines changed

.project

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>netium</name>
3+
<name>netius</name>
44
<comment></comment>
55
<projects>
66
</projects>

setup.py

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33

4-
# Hive Netium System
4+
# Hive Netius System
55
# Copyright (C) 2008-2012 Hive Solutions Lda.
66
#
7-
# This file is part of Hive Netium System.
7+
# This file is part of Hive Netius System.
88
#
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
1010
# it under the terms of the GNU General Public License as published by
1111
# the Free Software Foundation, either version 3 of the License, or
1212
# (at your option) any later version.
1313
#
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,
1515
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1616
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1717
# GNU General Public License for more details.
1818
#
1919
# 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/>.
2121

2222
__author__ = "João Magalhães <[email protected]>"
2323
""" The author(s) of the module """
@@ -42,16 +42,16 @@
4242
import setuptools
4343

4444
setuptools.setup(
45-
name = "netium",
45+
name = "netius",
4646
version = "0.1.0",
4747
author = "Hive Solutions Lda.",
4848
author_email = "[email protected]",
49-
description = "Netium System",
49+
description = "Netius System",
5050
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",
5353
packages = [
54-
"netium"
54+
"netius"
5555
],
5656
classifiers = [
5757
"Development Status :: 3 - Alpha",

src/netium/__init__.py

-39
This file was deleted.

src/netium/base/__init__.py

-47
This file was deleted.

src/netium/base/client.py

-241
This file was deleted.

0 commit comments

Comments
 (0)