[metadata] # ensure that the LICENSE file is included in the built wheels license_file = LICENSE license = MIT name = setuptools_scm url = https://github.com/pypa/setuptools_scm/ author = Ronny Pfannschmidt author_email = opensource@ronnypfannschmidt.de description = the blessed package to manage your versions by scm tags long_description= file:README.rst classifiers= Development Status :: 5 - Production/Stable Intended Audience :: Developers License :: OSI Approved :: MIT License Programming Language :: Python Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Topic :: Software Development :: Libraries Topic :: Software Development :: Version Control Topic :: System :: Software Distribution Topic :: Utilities [options] zip_safe = true python_requires= >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.* install_requires= setuptools jaraco.windows; python_version=="2.7" packages=find: package_dir= =src [options.packages.find] where=src [options.extras_require] toml = toml [options.entry_points] distutils.setup_keywords = use_scm_version = setuptools_scm.integration:version_keyword setuptools.file_finders = setuptools_scm = setuptools_scm.integration:find_files setuptools.finalize_distribution_options= setuptools_scm = setuptools_scm.integration:infer_version setuptools_scm.parse_scm = .hg = setuptools_scm.hg:parse .git = setuptools_scm.git:parse setuptools_scm.parse_scm_fallback = .hg_archival.txt = setuptools_scm.hg:parse_archival PKG-INFO = setuptools_scm.hacks:parse_pkginfo pip-egg-info = setuptools_scm.hacks:parse_pip_egg_info setup.py = setuptools_scm.hacks:fallback_version setuptools_scm.files_command = .hg = setuptools_scm.file_finder_hg:hg_find_files .git = setuptools_scm.file_finder_git:git_find_files setuptools_scm.version_scheme = guess-next-dev = setuptools_scm.version:guess_next_dev_version post-release = setuptools_scm.version:postrelease_version python-simplified-semver = setuptools_scm.version:simplified_semver_version setuptools_scm.local_scheme = node-and-date = setuptools_scm.version:get_local_node_and_date node-and-timestamp = setuptools_scm.version:get_local_node_and_timestamp dirty-tag = setuptools_scm.version:get_local_dirty_tag no-local-version = setuptools_scm.version:get_no_local_node