Skip to content

Commit

Permalink
saw_030917_1 - Add instructions for making source/binary distributions.
Browse files Browse the repository at this point in the history
  • Loading branch information
lannocc committed Mar 10, 2017
1 parent e182898 commit 014c490
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Copyright (C) 2017 Alpha Griffin
@%@~LICENSE~@%@

saw_030917_1 - Add instructions for making source/binary distributions.

saw_021817_3 - More README updates.

saw_021817_2 - Updates to README and .gitignore.
Expand Down
16 changes: 16 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,19 @@ Import your own implementation like this::
import ag.my_new_thing


Distributing
------------

Since we use the standard setuptools package, it is very easy to make source and binary distributions.

To make a *source* distribution::

python setup.py sdist

To make a *binary* distribution::

python setup.py bdist_wheel

The distributions will collect in the build/ directory.

0 comments on commit 014c490

Please sign in to comment.