mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-08 03:40:06 +02:00
setup.py: include json data
This commit is contained in:
parent
b8d818ede1
commit
8f7cf5d1fb
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
@ -13,6 +13,9 @@ setup(
|
||||||
namespace_packages=['qurator'],
|
namespace_packages=['qurator'],
|
||||||
packages=find_packages(exclude=['tests']),
|
packages=find_packages(exclude=['tests']),
|
||||||
install_requires=install_requires,
|
install_requires=install_requires,
|
||||||
|
package_data={
|
||||||
|
'': ['*.json']
|
||||||
|
},
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
'eynollah=qurator.eynollah.cli:main',
|
'eynollah=qurator.eynollah.cli:main',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue