Set up packaging

1. Fix the names of the projects to be valid package names,
   leaving the more verbose explanation for the description
   field.

2. Wrap fpm with a little shell script to package everything,
   overriding some default settings with values taken from
   setup.py instead of whoever is running the tool.

Change-Id: I73ce54898311978b38d9ca769ec81ee45bfe5041
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
This commit is contained in:
Doug Hellmann 2012-10-12 14:52:37 -04:00
parent 544f2f02b0
commit 6916676d3d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup(
name='Akanda Router Appliance',
name='akanda-router',
version='0.1.0',
description='A packet filter based router appliance',
author='DreamHost',