diff --git a/README.md b/README.md index e1bf4e8..282f4d1 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ ![codequality](https://img.shields.io/codacy/grade/06ba6d6d345f4c15bf8e5cc3eac19d4d?style=flat-square&logo=codacy) ![build badge](https://img.shields.io/github/actions/workflow/status/bellshade/OpenSeries/pythontesting.yml?style=flat-square&logo=github&label=Build%20(%20Linux%2C%20Windows%2C%20MacOS)) -Project Untuk Menghitung Segala Jenis Persamaan atau Rumus-Rumus yang terdapat pada bangku sekolah (SMA/SMK/Sederajat). -Project ini bertujuan untuk memudahkan siswa dalam menghitung persamaan atau problem-problem yang terdapat pada pelajaran sekolah (cheat egine untuk Sekolah). +Project Untuk Menghitung Segala Jenis Persamaan atau Rumus-Rumus yang terdapat pada bangku sekolah (SMA/SMK/Sederajat) dan jenjang yang lebih lanjut. +Project ini bertujuan untuk memudahkan siswa dalam menghitung persamaan atau problem-problem yang terdapat pada pelajaran sekolah (cheat egine untuk hitung-menghitung). **Menghitung nilai probabilitas dari suatu kejadian** diff --git a/pyproject.toml b/pyproject.toml index 2b99a7a..ed12d81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,8 +8,9 @@ description = "library untuk membantu temen-temen dalam perhitungan matematika" readme = "README.md" requires-python = ">=3.11.6" keywords = [ - "OpenSeries", - "openseries" + "OpenSeriesBellshade", + "openseries", + "bellshade", ] license = {text = "MIT"} authors = [ @@ -19,6 +20,7 @@ classifiers = [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", + "Natural Language :: Indonesian", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",