Skip to content

Commit

Permalink
Added package_data to make unity accessible when not installed for de…
Browse files Browse the repository at this point in the history
…velopment
  • Loading branch information
superlou committed Sep 9, 2021
1 parent 8efd0ed commit 71d2143
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
from distutils.core import setup

setup(name='cgull',
version='0.1.0',
version='0.1.1',
description='Embedded code testing utility',
author='Louis Simons',
author_email='[email protected]',
packages=['cgull'],
package_data={'cgull': ['unity/*']},
include_package_data=True,
entry_points={
'console_scripts': ['cgull=cgull.cgull:main']
},
Expand Down

0 comments on commit 71d2143

Please sign in to comment.