We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd23511 commit 5f09f67Copy full SHA for 5f09f67
textxdev/scaffold/template/setup.cfg.jinja
@@ -27,7 +27,7 @@ classifiers =
27
Operating System :: OS Independent
28
29
[options]
30
-packages = {{package}}
+packages = find:
31
zip_safe = False
32
install_requires =
33
textX
@@ -46,6 +46,11 @@ test =
46
coveralls
47
pytest
48
49
+{% if type=="lang" %}
50
+[options.package_data]
51
+ {{package}} = *.tx
52
+{% endif %}
53
+
54
[options.entry_points]
55
{% if type=="lang" %}
56
textx_languages =
0 commit comments