Skip to content

Commit

Permalink
directory restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
footley committed May 31, 2012
1 parent 5d60e66 commit f9ef66c
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,5 +1,5 @@
# test output
test-files/output
md2ebook/test-files/output

# gedit backup files
*~
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
13 changes: 5 additions & 8 deletions setup.py
Expand Up @@ -50,14 +50,11 @@ def parse_dependency_links(file_name):
dependency_links=parse_dependency_links('requirements.txt'),
scripts=['scripts/md2ebook'],
packages=['md2ebook'],
package_dir={'': ''},
package_data={'templates': [
'html-boilerplate.html',
],
'kindlegen_linux_2.6_i386_v2_4': [
'EULA.txt',
'kindlegen',
'KindleGen Legal Notices 2009-11-10 Linux.txt',
package_data={'md2ebook': [
'templates/html-boilerplate.html',
'kindlegen_linux_2.6_i386_v2_4/EULA.txt',
'kindlegen_linux_2.6_i386_v2_4/kindlegen',
'kindlegen_linux_2.6_i386_v2_4/KindleGen Legal Notices 2009-11-10 Linux.txt',
],
},
)
Expand Down

0 comments on commit f9ef66c

Please sign in to comment.