~linuxgoose/linguistics-robin

ref: ca52233076f58ce9a213ac62dfe5c47afd198def linguistics-robin/flit.ini -rw-r--r-- 578 bytes
ca522330 — Lilykos Updated README with instructions of use. 9 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[metadata]
module=pyphonetics
author=Lilykos
author-email=lilykosk@gmail.com
home-page=http://github.com/Lilykos/pyphonetics
requires=unidecode
    pytest
requires-python= >=3
description-file=README.rst
classifiers=Intended Audience :: Developers
    Programming Language :: Python :: 3
    Topic :: Software Development :: Libraries :: Python Modules

# If you want command line scripts, this is how to declare them.
# If not, you can leave this section out completely.
# [scripts]
# # foobar:main means the script will do: from foobar import main; main()
# foobar=foobar:main