Skip to content

Commit

Permalink
working source distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Winter committed Feb 28, 2010
1 parent 7c64a98 commit 19b1ab1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .gitignore
@@ -0,0 +1,5 @@
build
dist
isotoma.recipe.gocaptain.egg-info
*.pyc

1 change: 1 addition & 0 deletions MANIFEST.in
@@ -0,0 +1 @@
include README.rst CHANGES.txt
File renamed without changes.
7 changes: 5 additions & 2 deletions setup.py
@@ -1,19 +1,22 @@
from setuptools import setup, find_packages

version = '0.0.0'
version = '0.0.1'

setup(
name = 'isotoma.recipe.gocaptain',
version = version,
description = "Starting and stopping daemons",
long_description = open("README.rst").read() + "\n" + \
long_description = open("README.txt").read() + "\n" + \
open("CHANGES.txt").read(),
classifiers = [
"Framework :: Buildout",
"Intended Audience :: System Administrators",
"Operating System :: POSIX",
"License :: OSI Approved :: Apache Software License",
],
package_data = {
'': ['README.rst', 'CHANGES.txt'],
},
keywords = "buildout",
author = "Doug Winter",
author_email = "doug.winter@isotoma.com",
Expand Down

0 comments on commit 19b1ab1

Please sign in to comment.