File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,4 +64,4 @@ deploy:
64
64
on :
65
65
tags : true
66
66
repo : scrapy/protego
67
- condition : " $TOXENV == py27 && $TRAVIS_TAG =~ ^[0-9]+[.][0-9]+[.][0-9]+(rc[0-9]+|[.]dev[0-9]+)?$"
67
+ condition : " $TOXENV == py39 && $TRAVIS_TAG =~ ^[0-9]+[.][0-9]+[.][0-9]+(rc[0-9]+|[.]dev[0-9]+)?$"
Original file line number Diff line number Diff line change 2
2
from setuptools import setup , find_packages
3
3
4
4
setup (name = 'Protego' ,
5
- version = '0.2.0 ' ,
5
+ version = '0.2.1 ' ,
6
6
description = 'Pure-Python robots.txt parser with support for modern conventions' ,
7
7
long_description = open ("README.rst" ).read (),
8
- long_description_content_type = 'text/markdown ' ,
8
+ long_description_content_type = 'text/x-rst ' ,
9
9
url = 'https://github.com/scrapy/protego' ,
10
10
author = 'Anubhav Patel' ,
11
11
You can’t perform that action at this time.
0 commit comments