fix atan2,rename {hypot,hypot3} to {norm2,norm3}
[liba.git] / setup.cfg
blob8f576a3a9b25f7586b7b4117017bb9c2cc2c291e
1 [metadata]
2 name = liba
3 version = 0.1.15
4 url = https://github.com/tqfx/liba
5 author = tqfx
6 author_email = tqfx@tqfx.org
7 classifiers =
8     Programming Language :: C
9     Programming Language :: Cython
10     Programming Language :: Python
11 license = MPL-2.0
12 description = An algorithm library based on C/C++
13 long_description = file: README.md
14 long_description_content_type = text/markdown
15 keywords = algorithms
16 [options]
17 packages=.
18 package_dir=
19     =python
20 [build_ext]
21 inplace=1
23 [pycodestyle]
24 ignore = E301,E302,E401,E402,E704
25 max-line-length = 100