Skip to content

Commit be9763c

Browse files
committed
1 parent 4d79780 commit be9763c

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

scripts/build.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,21 @@ build-backend = "setuptools.build_meta"
6969
[project]
7070
name = "libindic-unicode-conversion-maps"
7171
version = "1.0.${version}"
72+
description = "Maps for converting ASCII to Unicode"
73+
readme = "README.md"
74+
75+
[project.urls]
76+
Homepage = "https://github.com/libindic/unicode-conversion-maps"
77+
`)
78+
79+
fs.writeFileSync(path.join(pythonFolder, 'README.md'), `# libindic-unicode-conversion-maps
80+
81+
To use, first install \`pip install libindic-unicode-conversion-maps\`
82+
83+
Then import and use:
84+
85+
\`\`\`python
86+
from libindic.unicode_conversion_maps import maps
87+
print(maps["revathi"]["A"]) # prints അ
88+
\`\`\`
7289
`)

0 commit comments

Comments
 (0)