mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2026-02-02 15:45:11 +01:00
add fastentrypoints
This commit is contained in:
parent
81a4ef0a9b
commit
cfa18334c5
3 changed files with 119 additions and 0 deletions
5
setup.py
5
setup.py
|
|
@ -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__))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue