Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Commit

Permalink
Add setup.py to install the kirchenreich package system/env wide
Browse files Browse the repository at this point in the history
  • Loading branch information
jarus committed Aug 18, 2012
1 parent f561877 commit 51ffff5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions setup.py
@@ -0,0 +1,14 @@
from setuptools import setup

setup(
name='kirchenreich',
version='0.1',
url='http://kirchenreich.org',
license='',
author='Three Followers',
author_email='team@kirchenreich.org',
description='',
packages=['krprj'],
zip_safe=False,
include_package_data=True,
)

0 comments on commit 51ffff5

Please sign in to comment.