Skip to content

Commit aed7040

Browse files
authored
Merge pull request #21 from anubhavp28/fix_readme_content_type_and_travis_deploy_step
Fix content type mentioned in setup.py and Travis deploy step
2 parents ab38fd0 + bd70c4b commit aed7040

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ deploy:
6464
on:
6565
tags: true
6666
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]+)?$"

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
from setuptools import setup, find_packages
33

44
setup(name='Protego',
5-
version='0.2.0',
5+
version='0.2.1',
66
description='Pure-Python robots.txt parser with support for modern conventions',
77
long_description=open("README.rst").read(),
8-
long_description_content_type='text/markdown',
8+
long_description_content_type='text/x-rst',
99
url='https://github.com/scrapy/protego',
1010
author='Anubhav Patel',
1111
author_email='[email protected]',

0 commit comments

Comments
 (0)