We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab38fd0 + bd70c4b commit aed7040Copy full SHA for aed7040
.travis.yml
@@ -64,4 +64,4 @@ deploy:
64
on:
65
tags: true
66
repo: scrapy/protego
67
- condition: "$TOXENV == py27 && $TRAVIS_TAG =~ ^[0-9]+[.][0-9]+[.][0-9]+(rc[0-9]+|[.]dev[0-9]+)?$"
+ condition: "$TOXENV == py39 && $TRAVIS_TAG =~ ^[0-9]+[.][0-9]+[.][0-9]+(rc[0-9]+|[.]dev[0-9]+)?$"
setup.py
@@ -2,10 +2,10 @@
2
from setuptools import setup, find_packages
3
4
setup(name='Protego',
5
- version='0.2.0',
+ version='0.2.1',
6
description='Pure-Python robots.txt parser with support for modern conventions',
7
long_description=open("README.rst").read(),
8
- long_description_content_type='text/markdown',
+ long_description_content_type='text/x-rst',
9
url='https://github.com/scrapy/protego',
10
author='Anubhav Patel',
11
author_email='[email protected]',
0 commit comments