setup.cfg (900B)
1 [bdist_wheel] 2 universal = 1 3 4 [metadata] 5 license_file = LICENSE 6 name = zipp 7 author = Jason R. Coombs 8 author_email = jaraco@jaraco.com 9 description = Backport of pathlib-compatible object wrapper for zip files 10 long_description = file:README.rst 11 url = https://github.com/jaraco/zipp 12 classifiers = 13 Development Status :: 5 - Production/Stable 14 Intended Audience :: Developers 15 License :: OSI Approved :: MIT License 16 Programming Language :: Python :: 2.7 17 Programming Language :: Python :: 3 18 19 [options] 20 py_modules = zipp 21 packages = find: 22 include_package_data = true 23 python_requires = >=2.7 24 install_requires = 25 contextlib2; python_version < "3.4" 26 setup_requires = setuptools_scm >= 1.15.0 27 28 [options.extras_require] 29 testing = 30 31 pathlib2 32 unittest2 33 jaraco.itertools 34 func-timeout 35 docs = 36 sphinx 37 jaraco.packaging >= 3.2 38 rst.linker >= 1.9 39 40 [options.entry_points] 41 42 [egg_info] 43 tag_build = 44 tag_date = 0