Skip to content

Commit

Permalink
Version & Contact Info Update. (#123)
Browse files Browse the repository at this point in the history
* Updates to requirements.txt to include all necessary parts & pin versions.
* Updated version number for fresh target, & made contact info consistent.
  • Loading branch information
scriptedworld authored Mar 12, 2020
1 parent 8a5ea6d commit cb57131
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@ cachetools==3.0.0
requests==2.10.0
six==1.10.0
python-dateutil==2.5.3
Cython==0.29.14
mock==4.0.1
requests_mock==1.7.0
nose==1.3.7
colorama==0.4.3
python-termstyle==0.1.10
rednose==1.2.1
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

setup(
name='reppy',
version='0.4.14',
version='0.4.16',
description='Replacement robots.txt Parser',
long_description='''Replaces the built-in robotsparser with a
RFC-conformant implementation that supports modern robots.txt constructs like
Expand All @@ -69,8 +69,8 @@
- Configurable user agent for fetching robots.txt
- Automatic refetching based on expiration
''',
maintainer='Lindsey Reno',
maintainer_email='lindsey@moz.com',
maintainer='Moz, Inc.',
maintainer_email='turbo@moz.com',
url='http://github.com/seomoz/reppy',
license='MIT',
platforms='Posix; MacOS X',
Expand Down

0 comments on commit cb57131

Please sign in to comment.