Files @ f96c1c4d0bc9
Branch filter:

Location: Languedoc/setup.cfg - annotation

Laman
basic packaging necessities
[metadata]
name = languedoc
version = 1.0
license = GPLv3
description = A simple language identification library.

classifiers =
    Programming Language :: Python :: 3
    License :: OSI Approved :: GNU General Public License v3 (GPLv3)
    Operating System :: OS Independent

long_description = file: README.md
long_description_content_type = text/markdown

[options]
packages =
    languedoc
package_dir =
    =src
python_requires = >=3.6