deb-python-rjsmin/_setup
ndparker 54761bbd13 fix handling of packages without dev revisions 2015-10-11 15:19:19 +02:00
..
docs Add '_setup/' from commit '3f9612409b8e4d9ba23cdc5488a082b377d0be70' 2014-11-01 23:58:30 +01:00
include add pypy3 support 2015-10-11 15:15:14 +02:00
py2 fix handling of packages without dev revisions 2015-10-11 15:19:19 +02:00
py3 fix handling of packages without dev revisions 2015-10-11 15:19:19 +02:00
.gitignore Add '_setup/' from commit '3f9612409b8e4d9ba23cdc5488a082b377d0be70' 2014-11-01 23:58:30 +01:00
LICENSE Add '_setup/' from commit '3f9612409b8e4d9ba23cdc5488a082b377d0be70' 2014-11-01 23:58:30 +01:00
README.rst Add '_setup/' from commit '3f9612409b8e4d9ba23cdc5488a082b377d0be70' 2014-11-01 23:58:30 +01:00
__init__.py Add '_setup/' from commit '3f9612409b8e4d9ba23cdc5488a082b377d0be70' 2014-11-01 23:58:30 +01:00
package.cfg.example Add '_setup/' from commit '3f9612409b8e4d9ba23cdc5488a082b377d0be70' 2014-11-01 23:58:30 +01:00
setup.py.example Add '_setup/' from commit '3f9612409b8e4d9ba23cdc5488a082b377d0be70' 2014-11-01 23:58:30 +01:00

README.rst

-- coding: utf-8 --

TABLE OF CONTENTS

  1. Introduction
  2. Copyright and License
  3. System Requirements
  4. Installation
  5. Documentation
  6. Bugs
  7. Author Information

INTRODUCTION

The setup tools are used to simplify the development and distribution of python projects. The stuff found in this package has been collected over the time and finally been separated into its own package. It's a neverending task nevertheless...

COPYRIGHT AND LICENSE

Copyright 2005 - 2014 André Malo or his licensors, as applicable.

The whole package is distributed under the Apache License Version 2.0. You'll find a copy in the root directory of the distribution or online at: <http://www.apache.org/licenses/LICENSE-2.0>.

SYSTEM REQUIREMENTS

You need python 2 (>= 2.2) or python 3.

INSTALLATION

Copy the directory into your project (as /_setup)

DOCUMENTATION

There's the code documentation, generated by epydoc (<http://epydoc.sourceforge.net/>), which can be found in the docs/apidoc/ subdirectory.

The latest documentation is also available online at <http://opensource.perlig.de/setup/>.

BUGS

No bugs, of course. ;-) But if you've found one or have an idea how to improve the setup tools, please send a mail to <setup-bugs@perlig.de>.

AUTHOR INFORMATION

André "nd" Malo <nd@perlig.de> GPG: 0x8103A37E

If God intended people to be naked, they would be born that way.

-- Oscar Wilde