forked from pool/python-pygame
23 lines
785 B
Diff
23 lines
785 B
Diff
--- bundle_docs.py
|
|
+++ bundle_docs.py
|
|
@@ -44,7 +44,7 @@
|
|
try:
|
|
root = os.path.abspath('.')
|
|
alias = 'pygame'
|
|
- add_files(bundle, root, alias, ['LGPL', 'readme.html', 'install.html'])
|
|
+ add_files(bundle, root, alias, ['LGPL', 'install.html'])
|
|
add_directory(bundle, os.path.join(root, 'docs'), os.path.join(alias, 'docs'))
|
|
add_directory(bundle, os.path.join(root, 'examples'), os.path.join(alias, 'examples'))
|
|
print "\nFinished", bundle_name
|
|
--- setup.py
|
|
+++ setup.py
|
|
@@ -174,7 +174,7 @@
|
|
|
|
#add files in distribution directory
|
|
pygame_data_files.append('LGPL')
|
|
-pygame_data_files.append('readme.html')
|
|
+#pygame_data_files.append('readme.html')
|
|
pygame_data_files.append('install.html')
|
|
|
|
#add non .py files in lib directory
|