Skip to content

Commit

Permalink
Merge pull request #21 from anubhavp28/fix_readme_content_type_and_tr…
Browse files Browse the repository at this point in the history
…avis_deploy_step

Fix content type mentioned in setup.py and Travis deploy step
  • Loading branch information
anubhavp28 authored Feb 15, 2022
2 parents ab38fd0 + bd70c4b commit aed7040
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ deploy:
on:
tags: true
repo: scrapy/protego
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]+)?$"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
from setuptools import setup, find_packages

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

0 comments on commit aed7040

Please sign in to comment.