improve a_version_parse and implement a_version_tostr
[liba.git] / setup.cfg
blob635b442b448bad160e31497539563e0b93fa88be
1 [metadata]
2 name = liba
3 version = 0.1.6
4 url = https://github.com/tqfx/liba.git
5 author = tqfx
6 author_email = tqfx@tqfx.org
7 classifiers =
8     Programming Language :: C
9     Programming Language :: C++
10     Programming Language :: Cython
11     Programming Language :: Python
12     License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
13 license = MPL-2.0
14 description = An algorithm library based on C/C++ language
15 long_description = file: README.md
16 long_description_content_type = text/markdown
17 keywords = algorithms
18 platforms = CPython
19 [build_ext]
20 inplace=1