Skip to content

Commit

Permalink
Include signals.cpp header/footer in package distribution.
Browse files Browse the repository at this point in the history
  • Loading branch information
peplin committed Jun 24, 2013
1 parent a499c53 commit d1e53dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
include README.rst
include CONTRIBUTING.rst
include LICENSE
include openxc/generator/signals.cpp.footer
include openxc/generator/signals.cpp.header
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
'Topic :: Software Development',
],
url='http://github.com/openxc/openxc-python',
packages=find_packages(),
packages=find_packages(exclude=["tests", "tests.*"]),
package_data={'openxc': ['generator/signals.cpp*']},
test_suite='nose.collector',
tests_require=['nose'],
install_requires=install_reqs,
Expand Down

0 comments on commit d1e53dc

Please sign in to comment.