Skip to content

Commit

Permalink
Add resources to the setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Turski committed Nov 13, 2016
1 parent 859e7c6 commit 61609b6
Show file tree
Hide file tree
Showing 36 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
recursive-include blitzloop/res *
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.
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.
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.
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.
10 changes: 10 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
if USE_CYTHON:
extensions=cythonize(extensions)

# res_files = []
# for dirpath, dirname, files in os.walk('blitzloop/res'):
# for fn in files:
# res_files.append(os.path.join(dirpath, fn))
# print res_files

setup(
name='blitzloop',
version='0.1',
Expand All @@ -41,4 +47,8 @@
'pympv',
'pyopengl',
],
include_package_data=True,
# package_data={
# 'blitzloop': res_files,
# },
)

0 comments on commit 61609b6

Please sign in to comment.