add fastentrypoints

This commit is contained in:
Manuel Barkhau 2021-03-18 19:20:26 +00:00
parent 81a4ef0a9b
commit cfa18334c5
3 changed files with 119 additions and 0 deletions

View file

@ -8,6 +8,11 @@ import os
import sys
import setuptools
try:
import fastentrypoints # noqa
except ImportError:
pass
def project_path(*sub_paths):
project_dirpath = os.path.abspath(os.path.dirname(__file__))