Include subpackages in the distribution wheel.
This commit is contained in:
parent
59189aab5f
commit
88eb883989
4
setup.py
4
setup.py
@ -1,4 +1,4 @@
|
||||
from setuptools import setup
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
import sys
|
||||
|
||||
@ -29,7 +29,7 @@ setup(
|
||||
'Topic :: Utilities',
|
||||
],
|
||||
platforms='any',
|
||||
packages=['blender_asset_tracer'],
|
||||
packages=find_packages('.'),
|
||||
include_package_data=True,
|
||||
package_data={
|
||||
'': ['*.txt', '*.md'],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user