Skip to content

Commit

Permalink
Added pypi publishing files
Browse files Browse the repository at this point in the history
  • Loading branch information
andreihar committed Apr 29, 2024
1 parent 6ee0b6b commit f3a2fa8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build-system]
requires = ["setuptools", "wheel"]
26 changes: 26 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[metadata]
name = taibun
version = 1.1.0
author = Andrei Harbachov
author_email = andrei.harbachov@gmail.com
description = Taiwanese Hokkien Transliterator and Tokeniser
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/andreihar/taibun
license = MIT
classifiers =
Topic :: Text Processing :: Linguistic
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Programming Language :: Python :: 3
Operating System :: Unix
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
keywords = python, taiwan, taiwanese, taigi, hokkien, romanization, transliteration, transliterator, tokenization, tokenizer

[options]
python_requires = >=3.8
packages = find:

[options.package_data]
taibun = data/*.json

0 comments on commit f3a2fa8

Please sign in to comment.