MockupEngineer/setup.py

13 lines
352 B
Python
Raw Normal View History

2022-01-22 11:00:56 +03:00
from setuptools import setup
setup(
name='MockupEngineer',
version='2022.22.01.1',
packages=['MockupModule', 'MockupModule.templates'],
url='https://github.com/ulbwazhine/MockupEngineer',
license='',
author='ulbwa',
author_email='ulbwa@icloud.com',
description='An simple library for creating beautiful screenshots.'
)