-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
29 lines (27 loc) · 946 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[metadata]
name = friendlywords
version = attr: friendlywords.__version__
description = Python package to generate random human-readable strings, e.g. project and experiment names
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/the-lay/py-friendly-words
author = the-lay
author_email = [email protected]
license = MIT
license_file = LICENSE
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Topic :: Software Development :: Libraries :: Python Modules
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3 :: Only
project_urls =
Source = https://github.com/the-lay/py-friendly-words
Issues = https://github.com/the-lay/py-friendly-words/issues
[options]
include_package_data = True
packages = friendlywords
platforms = any
python_requires = >= 3.6
[options.package_data]
friendlywords = data/*