update SConstruct
[liba.git] / setup.cfg
blob44e5b353a6c61c48797de20ecf906fbdc04a7e87
1 [metadata]
2 name = liba
3 version = 0.1.9
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++
15 long_description = file: README.md
16 long_description_content_type = text/markdown
17 keywords = algorithms
18 platforms = CPython
19 [options]
20 package_dir=
21     =python
22 packages=.
23 [build_ext]
24 inplace=1