deduplicate-it 1.2.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,11 @@
1
+ """deduplicate.it — remove duplicate records from literature search exports.
2
+
3
+ Release 1.2.0 · algorithm generation v6.
4
+ See CHANGELOG.md for the release history.
5
+ """
6
+
7
+ __version__ = "1.2.0"
8
+
9
+ from .core import main # noqa: E402,F401
10
+
11
+ __all__ = ["main", "__version__"]