# HG changeset patch # User Brian Neal # Date 1338942134 18000 # Node ID 38da44b09e438e0fa12c3b1c3b3135e35d6e5cbc # Parent ad9d606ef5fa6030691daab0db86d14f4515fff6 Add the docs to the setup.py package_data. diff -r ad9d606ef5fa -r 38da44b09e43 setup.py --- 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',