mirror of
https://github.com/ulbwazhine/MockupEngineer.git
synced 2024-11-22 08:56:33 +03:00
13 lines
352 B
Python
13 lines
352 B
Python
|
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.'
|
||
|
)
|