File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
src/pyscaffoldext/custom_extension Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 11"""
2- Setup file for pyscaffoldext-custom-extension.
3- Use setup.cfg to configure your project.
2+ Setup file for pyscaffoldext-custom-extension.
3+ Use setup.cfg to configure your project.
44
5- This file was generated with PyScaffold 4.0b3.
6- PyScaffold helps you to put up the scaffold of your new Python project.
7- Learn more under: https://pyscaffold.org/
5+ This file was generated with PyScaffold 4.0b3.
6+ PyScaffold helps you to put up the scaffold of your new Python project.
7+ Learn more under: https://pyscaffold.org/
88"""
9+
910from setuptools import setup
1011
1112if __name__ == "__main__" :
Original file line number Diff line number Diff line change 11"""Main logic to create custom extensions"""
2+
23from functools import partial , reduce
34from typing import List
45
Original file line number Diff line number Diff line change 22A nice option is to put your ``autouse`` fixtures here.
33Functions that can be imported and re-used are more suitable for the ``helpers`` file.
44"""
5+
56import logging
67import os
78
You can’t perform that action at this time.
0 commit comments