Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Commit

Permalink
Fix packaging problems and cut new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Youngstrom committed Feb 7, 2019
1 parent 018a979 commit d5e59fc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
@@ -1 +1,4 @@
include LICENSE
include README.md
include requirements.txt
include scrapy.cfg
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "pa11ycrawler",
"version": "1.7.0",
"version": "1.7.1",
"private": true,
"dependencies": {
"pa11y": "4.0.1",
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
@@ -1,2 +1,5 @@
[pep8]
max-line-length = 120

[wheel]
universal = 1
2 changes: 1 addition & 1 deletion setup.py
@@ -1,6 +1,6 @@
from setuptools import setup

VERSION = '1.7.0'
VERSION = '1.7.1'
DESCRIPTION = 'A Scrapy spider for a11y auditing Open edX installations.'
LONG_DESCRIPTION = """pa11ycrawler is a Scrapy spider that runs a Pa11y check
on every page of an Open edX installation,
Expand Down

0 comments on commit d5e59fc

Please sign in to comment.