24 lines
619 B
INI
24 lines
619 B
INI
[metadata]
|
|
name = tiny-search-engine-daoudc
|
|
version = 0.0.1
|
|
author = Daoud Clarke
|
|
author_email = daoud.clarke@gmail.com
|
|
description = Tiny Search Engine
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
# url = https://github.com/pypa/sampleproject
|
|
# project_urls =
|
|
# Bug Tracker = https://github.com/pypa/sampleproject/issues
|
|
# classifiers =
|
|
# Programming Language :: Python :: 3
|
|
# License :: OSI Approved :: MIT License
|
|
# Operating System :: OS Independent
|
|
|
|
[options]
|
|
package_dir =
|
|
= src
|
|
packages = find:
|
|
python_requires = >=3.9
|
|
|
|
[options.packages.find]
|
|
where = src
|