Skip to content

Commit 49c8dff

Browse files
Up to v1.5alt
1 parent 31055ec commit 49c8dff

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

robots/utils.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ def create_rule_list(parent_resolver, abs_pattern):
5959
if rule:
6060
path = clean_pattern(pattern)
6161
rule += path
62-
length = 120
63-
rule = rule.ljust(length)
64-
6562
rule_list.append(rule)
6663

6764
if isinstance(resolver, RegexURLResolver):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='django-robots',
9-
version='1.4alt',
9+
version='1.5alt',
1010
description='Django robots.txt generator',
1111
long_description=long_description,
1212
url='https://github.com/valeriansaliou/django-robots',

0 commit comments

Comments
 (0)