mirror of
https://github.com/ulbwazhine/MockupEngineer.git
synced 2024-11-22 08:56:33 +03:00
2022.01.31.1
This commit is contained in:
parent
cdadb81c69
commit
ec1d26f6d2
|
@ -4,7 +4,7 @@ from dataclasses import dataclass, field
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from typing import List
|
from typing import List
|
||||||
|
|
||||||
templates_path = os.path.join("/".join(os.path.dirname(os.path.abspath(__file__)).split('/')[:-1]), 'templates')
|
templates_path = os.path.join(os.path.dirname(os.path.dirname(__file__)), 'templates')
|
||||||
|
|
||||||
|
|
||||||
def __list_all_templates():
|
def __list_all_templates():
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -3,7 +3,7 @@ from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='MockupEngineer',
|
name='MockupEngineer',
|
||||||
version='2022.01.30.2',
|
version='2022.01.31.1',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
url='https://github.com/ulbwazhine/MockupEngineer',
|
url='https://github.com/ulbwazhine/MockupEngineer',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user