Skip to content

Commit

Permalink
change build system
Browse files Browse the repository at this point in the history
  • Loading branch information
cakimpei committed Jul 22, 2022
1 parent c753ac3 commit 048e327
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 28 deletions.
25 changes: 23 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
[build-system]
requires = ["setuptools>=42"]
build-backend = "setuptools.build_meta"
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "wunsen"
version = "0.0.3"
authors = [
{ name="cakimpei", email="[email protected]" },
]
description = "Transliterate/transcribe from other languages into Thai"
readme = "README.md"
license = { file="LICENSE" }
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = ["khanaa == 0.0.6"]

[project.urls]
"Homepage" = "https://github.com/cakimpei/wunsen"
"Bug Tracker" = "https://github.com/cakimpei/wunsen/issues"
26 changes: 0 additions & 26 deletions setup.cfg

This file was deleted.

0 comments on commit 048e327

Please sign in to comment.