~linuxgoose/linguistics-robin

ref: dfd0ff94e323495d3351cd4931990e886bf7a49f linguistics-robin/flit.ini -rw-r--r-- 527 bytes
dfd0ff94 — Lilykos First commit. 9 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[metadata]
module=pyphonetics
author=Lilykos
author-email=lilykosk@gmail.com
home-page=http://github.com/Lilykos/pyphonetics
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