We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b89f8a1 commit 1c9db1dCopy full SHA for 1c9db1d
setup.py
@@ -6,6 +6,7 @@
6
PyScaffold helps you to put up the scaffold of your new Python project.
7
Learn more under: https://pyscaffold.org/
8
"""
9
+
10
from setuptools import setup
11
12
if __name__ == "__main__":
src/pyscaffoldext/markdown/extension.py
@@ -1,4 +1,5 @@
1
"""Extension that replaces reStructuredText by Markdown"""
2
3
from functools import partial, reduce
4
from textwrap import dedent
5
from typing import List
tests/conftest.py
@@ -2,6 +2,7 @@
A nice option is to put your ``autouse`` fixtures here.
Functions that can be imported and re-used are more suitable for the ``helpers`` file.
import os
from pathlib import Path
from tempfile import mkdtemp
0 commit comments