We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8efd0ed commit 71d2143Copy full SHA for 71d2143
1 file changed
setup.py
@@ -2,11 +2,13 @@
2
from distutils.core import setup
3
4
setup(name='cgull',
5
- version='0.1.0',
+ version='0.1.1',
6
description='Embedded code testing utility',
7
author='Louis Simons',
8
author_email='lousimons@gmail.com',
9
packages=['cgull'],
10
+ package_data={'cgull': ['unity/*']},
11
+ include_package_data=True,
12
entry_points={
13
'console_scripts': ['cgull=cgull.cgull:main']
14
},
0 commit comments