Skip to content

Commit 549b2a2

Browse files
authored
Back out "Rename modules and files to msgspec_m" (#7)
This backs out commit b573a8e.
1 parent fc72485 commit 549b2a2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+129
-129
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: pytest tests/test_pyright.py
4848

4949
- name: doctests
50-
run: pytest --doctest-modules msgspec_m
50+
run: pytest --doctest-modules msgspec
5151

5252
- name: Rebuild with sanitizers & coverage
5353
env:

MANIFEST.in

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
include msgspec_m/*.c
2-
include msgspec_m/*.h
3-
include msgspec_m/*.py
4-
include msgspec_m/*.pyi
5-
include msgspec_m/py.typed
1+
include msgspec/*.c
2+
include msgspec/*.h
3+
include msgspec/*.py
4+
include msgspec/*.pyi
5+
include msgspec/py.typed
66
include setup.py
77
include versioneer.py
88
include README.md

0 commit comments

Comments
 (0)