Changeset - f96c1c4d0bc9
[Not reviewed]
default
0 0 3
Laman - 2 years ago 2022-10-12 21:35:53

basic packaging necessities
3 files changed with 23 insertions and 0 deletions:
0 comments (0 inline, 0 general)
README.md
Show inline comments
 
new file 100644
pyproject.toml
Show inline comments
 
new file 100644
 
[build-system]
 
requires = ["setuptools"]
 
build-backend = "setuptools.build_meta"
setup.cfg
Show inline comments
 
new file 100644
 
[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
0 comments (0 inline, 0 general)