File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
with :
17
17
python-version : ${{ matrix.python-version }}
18
18
- name : Install
19
- run : pip install .[test]
19
+ run : pip install .[test,data ]
20
20
- name : Run tests
21
21
run : pytest --junitxml=junit/test-results-${{ matrix.python-version }}.xml --cov=language_data --cov-report=xml:junit/coverage-${{ matrix.python-version }}.xml
22
22
- name : Upload
Original file line number Diff line number Diff line change @@ -17,9 +17,6 @@ classifiers = [
17
17
dynamic = [" version" ]
18
18
19
19
requires-python = " >= 3.9"
20
- dependencies = [
21
- " language-data>=1.2"
22
- ]
23
20
24
21
[project .urls ]
25
22
Homepage = " https://github.com/georgkrause/langcodes"
@@ -35,6 +32,9 @@ build = [
35
32
' build' ,
36
33
' twine'
37
34
]
35
+ data = [
36
+ " language-data>=1.2"
37
+ ]
38
38
39
39
[build-system ]
40
40
requires = [" setuptools>=60" , " setuptools-scm>=8.0" ]
You can’t perform that action at this time.
0 commit comments