We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bdec34 commit 9e18295Copy full SHA for 9e18295
setup.py
@@ -25,7 +25,7 @@
25
),
26
},
27
'packages': find_packages(include=('apoclypsebm', 'apoclypsebm.*',)),
28
- 'package_data': {'apoclypsebm': ('apoclypse0.cl',)},
+ 'package_data': {'apoclypsebm': ('apoclypse-0.cl', 'apoclypse-loopy.cl')},
29
'python_requires': '>=3.6',
30
'classifiers': ('License :: Public Domain',)
31
}
0 commit comments