Skip to content

Commit c3ddcd7

Browse files
committed
Format repo for PyPI upload
1 parent 3513299 commit c3ddcd7

40 files changed

Lines changed: 585 additions & 564 deletions

MANIFEST.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
include LICENSE
2+
include README.md
3+
recursive-include testsuite *
File renamed without changes.
File renamed without changes.
File renamed without changes.

srcml_unit.py renamed to pylibsrcml/srcml_unit.py

Lines changed: 520 additions & 520 deletions
Large diffs are not rendered by default.
Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
tests:
2-
python3 test_srcml_append_transform.py
3-
python3 test_srcml_apply_transforms.py
4-
python3 test_srcml_archive_check_extension.py
5-
python3 test_srcml_archive_clone.py
6-
python3 test_srcml_archive_create.py
7-
python3 test_srcml_archive_get.py
8-
python3 test_srcml_archive_read_open.py
9-
python3 test_srcml_archive_set.py
10-
python3 test_srcml_archive_write_open.py
11-
python3 test_srcml_archive_write_unit.py
12-
python3 test_srcml_convenience.py
13-
python3 test_srcml_for.py
14-
python3 test_srcml_global.py
15-
python3 test_srcml_global_access.py
16-
python3 test_srcml_read_unit.py
17-
python3 test_srcml_unit_create.py
18-
python3 test_srcml_unit_get.py
19-
python3 test_srcml_unit_parse.py
20-
python3 test_srcml_unit_set.py
21-
python3 test_srcml_unit_unparse.py
22-
python3 test_srcml_with.py
23-
python3 test_srcml_write_by_element.py
1+
tests:
2+
python3 test_srcml_append_transform.py
3+
python3 test_srcml_apply_transforms.py
4+
python3 test_srcml_archive_check_extension.py
5+
python3 test_srcml_archive_clone.py
6+
python3 test_srcml_archive_create.py
7+
python3 test_srcml_archive_get.py
8+
python3 test_srcml_archive_read_open.py
9+
python3 test_srcml_archive_set.py
10+
python3 test_srcml_archive_write_open.py
11+
python3 test_srcml_archive_write_unit.py
12+
python3 test_srcml_convenience.py
13+
python3 test_srcml_for.py
14+
python3 test_srcml_global.py
15+
python3 test_srcml_global_access.py
16+
python3 test_srcml_read_unit.py
17+
python3 test_srcml_unit_create.py
18+
python3 test_srcml_unit_get.py
19+
python3 test_srcml_unit_parse.py
20+
python3 test_srcml_unit_set.py
21+
python3 test_srcml_unit_unparse.py
22+
python3 test_srcml_with.py
23+
python3 test_srcml_write_by_element.py

0 commit comments

Comments
 (0)