Skip to content

Commit

Permalink
add required project files
Browse files Browse the repository at this point in the history
git-svn-id: http://projects.conceptive.be/camelot/svn/trunk@929 8325946a-aa55-0410-8760-f0bc8c33efaa
  • Loading branch information
erikj committed Oct 27, 2009
1 parent f86c101 commit 42315bd
Show file tree
Hide file tree
Showing 8 changed files with 371 additions and 15 deletions.
1 change: 1 addition & 0 deletions authors.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
erik.janssens@conceptive.be
15 changes: 1 addition & 14 deletions doc/sphinx/source/doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,5 @@
Camelot Installation
#######################

From the Python Package Index
=============================

First, make sure you have setup tools installed, `Setup tools <http://pypi.python.org/pypi/setuptools>`_.
If you are using a debian based distribution, you can type::

sudo apt-get install python-setuptools

Then use easy_install to install Camelot, under Linux this would be done by typing::

sudo easy_install camelot

Microsoft Windows
=================
.. include:: ../../../../install.txt

2 changes: 2 additions & 0 deletions doc/sphinx/source/license.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
Camelot License
===============

.. include:: ../../../license.txt

PyQt License
============

Expand Down
16 changes: 16 additions & 0 deletions install.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
From the Python Package Index
=============================

First, make sure you have setup tools installed, `Setup tools <http://pypi.python.org/pypi/setuptools>`_.
If you are using a debian based distribution, you can type::

sudo apt-get install python-setuptools

Then use easy_install to install Camelot, under Linux this would be done by typing::

sudo easy_install camelot

Microsoft Windows
=================


350 changes: 350 additions & 0 deletions license.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import camelot
from setuptools import setup, find_packages

README = os.path.join(os.path.dirname(__file__), 'README.txt')
README = os.path.join(os.path.dirname(__file__), 'readme.txt')
long_description = open(README).read() + '\n\n'

setup(
Expand Down
Empty file added thanks.txt
Empty file.
Empty file added todo.txt
Empty file.

0 comments on commit 42315bd

Please sign in to comment.