Use a name when installing with -e
This commit is contained in:
parent
85e947acc8
commit
d1d89794d5
|
@ -1,5 +1,6 @@
|
||||||
from pelican import signals
|
from pelican import signals
|
||||||
|
|
||||||
|
|
||||||
def pre_taxonomy(article_generator):
|
def pre_taxonomy(article_generator):
|
||||||
"""
|
"""
|
||||||
Modify the tags of the article
|
Modify the tags of the article
|
||||||
|
|
|
@ -37,7 +37,6 @@ line-length = 88
|
||||||
target_version = ['py36']
|
target_version = ['py36']
|
||||||
include = '\.pyi?$'
|
include = '\.pyi?$'
|
||||||
exclude = '''
|
exclude = '''
|
||||||
|
|
||||||
(
|
(
|
||||||
/(
|
/(
|
||||||
\.eggs # exclude a few common directories in the
|
\.eggs # exclude a few common directories in the
|
||||||
|
|
Loading…
Reference in New Issue
Block a user