Skip to content

Commit

Permalink
Initial import of dc2.dhcp.management
Browse files Browse the repository at this point in the history
  • Loading branch information
struegamer committed Apr 11, 2014
1 parent abbbf5f commit 4fe6256
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions components/dc2-dhcp-management/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
#
# (DC)² - DataCenter Deployment Control
# Copyright (C) 2010, 2011, 2012, 2013, 2014 Stephan Adig <sh@sourcecode.de>
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#

from setuptools import setup, find_packages

setup(
name='dc2.dhcp.management',
version='0.11',
description='DC2 AdminCenter',
author='Stephan Adig',
author_email='sh@sourcecode.de',
url='http://launchpad.net/dc2/',
namespace_packages=['dc2','dc2.dhcp'],
packages=find_packages()
)

0 comments on commit 4fe6256

Please sign in to comment.