Skip to content

Commit

Permalink
Merge pull request #56 from Pylons/tweaks
Browse files Browse the repository at this point in the history
Minor updates and fixes for CONTRIBUTORS/black/setup.cfg
  • Loading branch information
digitalresistor committed Nov 27, 2021
2 parents 488c824 + babf319 commit 527cbfd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ License Terms
-------------

Code committed to the Pylons Project source repository (Committed Code) must
be governed by the Repoze Public License (http://repoze.org/LICENSE.txt, aka
"the RPL") or another license acceptable to Agendaless Consulting. Until
be governed by the Repoze Public License (see LICENSE.txt, aka "the RPL")
or another license acceptable to Agendaless Consulting. Until
Agendaless Consulting declares in writing an acceptable license other than
the RPL, only the RPL shall be used. A list of exceptions is detailed within
the "Licensing Exceptions" section of this document, if one exists.
Expand Down
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@ requires = ["setuptools >= 41"]
build-backend = "setuptools.build_meta"

[tool.black]
target-version = ['py36', 'py37', 'py38', 'py39', 'py310']
target-version = ['py37', 'py38', 'py39', 'py310']
exclude = '''
/(
\.git
| .tox
)/
'''

# This next section only exists for people that have their editors
# automatically call isort, black already sorts entries on its own when run.
[tool.isort]
profile = "black"
multi_line_output = 3
Expand All @@ -25,4 +23,3 @@ line_length = 88
force_sort_within_sections = true
default_section = "THIRDPARTY"
known_first_party = "pyramid_mako"

1 change: 0 additions & 1 deletion rtd.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
-e .[docs]
repoze.sphinx.autointerface
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = 1.1.0
description = Mako template bindings for the Pyramid web framework
long_description = file: README.rst, CHANGES.txt
long_description_content_type = text/x-rst
keywords = web wsgi pyramid
keywords = web wsgi pylons pyramid mako
license = BSD-derived (Repoze)
classifiers =
Development Status :: 6 - Mature,
Expand Down Expand Up @@ -57,4 +57,4 @@ docs =
python_files = test_*.py
testpaths =
tests
addopts = --cov -W always
addopts = -W always

0 comments on commit 527cbfd

Please sign in to comment.