diff --git a/README.md b/README.md index e7415f9..d5a97fa 100644 --- a/README.md +++ b/README.md @@ -1 +1,38 @@ -# foreignthon-ta + +# foreignthon-ta + +Tamil language pack for ForeignThon. + +## Install + +```bash +pip install foreignthon foreignthon-ta +``` + +## Usage + +```py +fpy run main.ta.py +``` + +## What's translated + +- **Keywords** — {keywords} +- **Builtins** — {builtins} +- **Exceptions** — {exceptions} +- **Stdlib** — {stdlib} + +{postfix_section} + +## Documentation + +→ https://foreignthon.keshavanand.net/ + +## Contributing + +Found a missing translation or a better keyword choice? Open an issue or PR — no core access needed. + +## License + +GPL + diff --git a/pyproject.toml b/pyproject.toml index 38214dc..a68f72e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,9 +8,7 @@ version = "0.2.3" description = "Tamil language pack for ForeignThon." license = { text = "GPL v3" } requires-python = ">=3.9" -authors = [ - { name = "Keshav Anand", email = "keshavanand.dev@gmail.com" } -] +authors = [{ name = "Keshav Anand", email = "keshavanand.dev@gmail.com" }] keywords = ["foreignthon", "tamil", "தமிழ்"] dependencies = ["foreignthon>=0.5.3"] classifiers = [ @@ -27,4 +25,4 @@ Homepage = "https://git.keshavanand.net/foreign-thon/foreignthon-ta" ta = "foreignthon_ta" [tool.hatch.build.targets.wheel] -packages = ["src/foreignthon_ta"] \ No newline at end of file +packages = ["src/foreignthon_ta"]