Skip to content

Commit

Permalink
still making the dance. let's go..
Browse files Browse the repository at this point in the history
  • Loading branch information
NtemKenyor committed Feb 26, 2024
1 parent 90713df commit 97ad07f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
from setuptools import setup, find_packages

with open("README.md", "r") as fh:
long_description = fh.read()

setup(
name='tea_AI',
version='0.1.2',
version='0.1.3',
packages=find_packages(),
author_email="nkenyor@gmail.com",
description="This is a simple package for the Tea Airdrops and development.",
url = "https://github.com/NtemKenyor/tea_AI",
long_description=long_description,
long_description_content_type="text/markdown",
entry_points={
'console_scripts': [
'make_tea=tea_AI.tea:make_tea'
Expand Down

0 comments on commit 97ad07f

Please # to comment.