changeset 47:38da44b09e43 0.1

Add the docs to the setup.py package_data.
author Brian Neal <bgneal@gmail.com>
date Tue, 05 Jun 2012 19:22:14 -0500
parents ad9d606ef5fa
children c4586511d320
files setup.py
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Tue Jun 05 19:03:36 2012 -0500
+++ b/setup.py	Tue Jun 05 19:22:14 2012 -0500
@@ -18,7 +18,10 @@
     description='A historically accurate Enigma machine simulation library.',
     long_description=open(join(dirname(__file__), 'README.txt')).read(),
     packages=['enigma', 'enigma.rotors', 'enigma.tests'],
-    package_data=dict(enigma=['examples/*.py']),
+    package_data=dict(enigma=['examples/*.py',
+                              'docs/source/*.rst',
+                              'docs/source/*.py',
+                             ]),
     scripts=['pyenigma.py'],
     classifiers = [
         'Development Status :: 3 - Alpha',