25 строки
659 B
INI
25 строки
659 B
INI
|
[metadata]
|
||
|
# replace with your username:
|
||
|
name = ai-param-validation
|
||
|
version = 0.0.1
|
||
|
author = Dan Grecoe
|
||
|
author_email = grecoe@microsoft.com
|
||
|
description = A method parameter validation decorator
|
||
|
long_description = file: README.md
|
||
|
long_description_content_type = text/markdown
|
||
|
url = https://github.com/pypa/sampleproject
|
||
|
project_urls =
|
||
|
Bug Tracker = https://github.com/microsoft/ai-py-param-validation/issues
|
||
|
classifiers =
|
||
|
Programming Language :: Python :: 3
|
||
|
License :: OSI Approved :: MIT License
|
||
|
Operating System :: OS Independent
|
||
|
|
||
|
[options]
|
||
|
package_dir =
|
||
|
= src
|
||
|
packages = find:
|
||
|
python_requires = >=3.6
|
||
|
|
||
|
[options.packages.find]
|
||
|
where = src
|