Created
This commit is contained in:
14
setup.py
Normal file
14
setup.py
Normal file
@@ -0,0 +1,14 @@
|
||||
from setuptools import setup
|
||||
|
||||
with open("README.md", "r") as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
setup(
|
||||
name="ezztui",
|
||||
version="1.0.0",
|
||||
scripts=["ezztui"],
|
||||
author="BarsTiger",
|
||||
description="Easy TextUI creating package",
|
||||
long_description=long_description,
|
||||
|
||||
)
|
||||
Reference in New Issue
Block a user