Skip to content

Commit

Permalink
Add ongoing package linting & inspection (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Dec 30, 2022
1 parent 6827641 commit 5a90888
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: hynek/build-and-inspect-python-package@f336040a31ea03a2551adcc994d3ddb2f3ea3f7f

- name: Set up ${{ matrix.python.name }}
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -66,7 +68,7 @@ jobs:
- name: CPython 3.10
action: '3.10'
- name: CPython 3.11
action: '3.11.0-beta - 3.11'
action: '3.11'
- name: PyPy 3.7
action: pypy3.7
- name: PyPy 3.8
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@
include_package_data=True,
description="Building newsfiles for your project.",
long_description=open("README.rst").read(),
long_description_content_type="text/x-rst",
entry_points={"console_scripts": ["towncrier = towncrier._shell:cli"]},
)
Empty file.

0 comments on commit 5a90888

Please sign in to comment.