Skip to content

Commit d23ef5b

Browse files
committed
rename create.py to writer for name consistency
1 parent a81a1b3 commit d23ef5b

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/somesy/codemeta/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Integration with codemetapy (to re-generate codemeta as part of somesy sync)."""
2-
from .create import Codemeta
2+
from .writer import Codemeta
33

44
__all__ = ["Codemeta"]

0 commit comments

Comments
 (0)