Skip to content

Commit

Permalink
makin a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
comony committed Dec 15, 2023
1 parent 6c01fe4 commit b93b1d9
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,23 @@
here = os.path.abspath(os.path.dirname(__file__))

with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
DESCRIPTION = "\n" + fh.read()
long_description = "\n" + fh.read()

VERSION = '0.0.2'
VERSION = '0.0.3'
DESCRIPTION = 'PyTextBin is a versatile Python library facilitating seamless conversion between text, binary, JSON, base64, xml and CSV formats with ease.'

# Setting up
setup(
name="PyTextBin",
version=VERSION,
author="Collins O. Odhiambo",
author_email="<[email protected]>",
author_email="<[email protected]>",
description=DESCRIPTION,
long_description=long_description,
long_description_content_type="text/markdown",
packages=find_packages(),
install_requires=['opencv-python', 'pyautogui', 'pyaudio'],
keywords=['python', 'csv', 'xmml', 'base64', 'text', 'json', 'binary'],
install_requires=[''],
keywords=['PyTextBin', 'csv', 'xmml', 'base64', 'text', 'json', 'binary'],
classifiers=[
"Development Status :: 1 - Planning",
"Intended Audience :: Developers",
Expand Down

0 comments on commit b93b1d9

Please sign in to comment.