Skip to content

Commit

Permalink
removing old documentation, updating readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
toumorokoshi committed Jan 16, 2016
1 parent 1259412 commit e8ca736
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 37 deletions.
14 changes: 9 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,20 @@ uranium
:alt: build status
:target: https://travis-ci.org/toumorokoshi/uranium

Uranium: a build tool for python, in python.

uranium is a build tool that facilitates build tool reuse and allows
for execution of arbitrary setup code for Python services. Example

Uranium: an assembly tool for python, in python.

uranium is an assembly tool that facilitates reuse and allows
for execution of arbitrary setup code for Python services. Examples
include:

* downloading and installing eggs in a sandbox (using virtualenv internally)
* compiling and installing native libraries
* compiling and installing native c code.
* downloading remote configuration
* any other arbitrary build steps through plugins
* providing a framework for assembly configuration (e.g. differences
between dev and test mode)
* any other arbitrary tasks

You can find out more here:

Expand Down
4 changes: 0 additions & 4 deletions examples/build.py

This file was deleted.

28 changes: 0 additions & 28 deletions examples/uranium.yaml

This file was deleted.

0 comments on commit e8ca736

Please sign in to comment.