pyproject.toml & setup.cfg toegevoegd
This commit is contained in:
17
setup.cfg
Normal file
17
setup.cfg
Normal file
@@ -0,0 +1,17 @@
|
||||
[metadata]
|
||||
name = lmwsip
|
||||
version = 0.9.0
|
||||
author = Marcel Nijenhof
|
||||
author_email = pip@marceln.org
|
||||
description = Interface for the lmw sip protocol
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
url = https://marceln.org/git/Werk/lmwsip
|
||||
classifiers =
|
||||
Programming Language :: Python :: 3
|
||||
License :: OSI Approved :: MIT License
|
||||
Operating System :: OS Independent
|
||||
Topic :: Lmw sip interface
|
||||
|
||||
[options]
|
||||
python_requires = >= 3.6
|
Reference in New Issue
Block a user