|
|
|
|
|
|
"License :: OSI Approved :: Apache Software License", |
|
|
|
"Programming Language :: Python :: 3.6", |
|
|
|
"Programming Language :: Python :: 3.7", |
|
|
|
"Programming Language :: Python :: 3.8", |
|
|
|
], |
|
|
|
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), |
|
|
|
zip_safe=False, |
|
|
|