Skip to content

Commit 4d7f03d

Browse files
authored
Merge pull request #62 from sethmlarson/fix-apis
Tidying up things before releasing v0.5
2 parents 19f5b15 + 2e07cd0 commit 4d7f03d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ customized :code:`unasync.Rule` instances to :code:`unasync.cmdclass_build_py()`
6767
# This rule's 'fromdir' is more specific so will take precedent
6868
# over the above rule if the path is within /ahip/tests/...
6969
# This rule adds an additional token replacement over the default replacements.
70-
unasync.Rule("/ahip/tests/", "/hip/tests/", replacements={"ahip": "hip"}),
70+
unasync.Rule("/ahip/tests/", "/hip/tests/", additional_replacements={"ahip": "hip"}),
7171
])},
7272
...
7373
)

src/unasync/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
__all__ = [
1616
"Rule",
17+
"unasync_files",
1718
"cmdclass_build_py",
1819
]
1920

0 commit comments

Comments
 (0)