File tree Expand file tree Collapse file tree 6 files changed +26
-32
lines changed
Expand file tree Collapse file tree 6 files changed +26
-32
lines changed Original file line number Diff line number Diff line change 1+ "python-dotenv",
Original file line number Diff line number Diff line change 1+ [project.entry-points.tox]
2+ tox-envfile = "tox_envfile"
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22requires = [" setuptools>=45" , " setuptools_scm[toml]>=6.2" ]
33build-backend = " setuptools.build_meta"
44
5+ [project ]
6+ dynamic = [" version" ]
7+ name = " tox-envfile"
8+ description = " Load env files in your tox envs."
9+ readme = " README.md"
10+ classifiers = [
11+ " Programming Language :: Python :: 3" ,
12+ " License :: OSI Approved :: BSD License" ,
13+ " Intended Audience :: Developers" ,
14+ ]
15+ requires-python = " >=3.9"
16+ dependencies = [
17+ " python-dotenv" ,
18+ ]
19+
20+ [project .urls ]
21+ Repository = " https://github.com/hypothesis/tox-envfile"
22+ Issues = " https://github.com/hypothesis/tox-envfile/issues"
23+ Changelog = " https://github.com/hypothesis/tox-envfile/releases"
524[tool .setuptools_scm ]
625
26+
27+ [project .entry-points .tox ]
28+ tox-envfile = " tox_envfile"
29+
730[tool .pytest .ini_options ]
831addopts = " -q"
932filterwarnings = [
Original file line number Diff line number Diff line change 1- [metadata]
2- name = tox-envfile
3- description = Load env files in your tox envs.
4- long_description = file: README.md
5- long_description_content_type = text/markdown
6- url = https://github.com/hypothesis/tox-envfile
7- project_urls =
8- Bug Tracker = https://github.com/hypothesis/tox-envfile/issues
9- Changelog = https://github.com/hypothesis/tox-envfile/releases
10- classifiers =
11- Programming Language :: Python :: 3
12- License :: OSI Approved :: BSD License
13- Intended Audience :: Developers
14-
15- [options]
16- package_dir =
17- = src
18- packages = find:
19- python_requires = >=3.9
20- install_requires =
21- python-dotenv
22-
23- [options.packages.find]
24- where = src
25-
26- [options.entry_points]
27- tox =
28- tox-envfile = tox_envfile
29-
301[pycodestyle]
312ignore =
323 # Disable pycodestyle errors and warnings that we don't care about because
You can’t perform that action at this time.
0 commit comments