Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wfxey authored Jul 14, 2024
1 parent b9768bc commit 2defe3b
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

setup(
name='binaryconvert',
version='1.1',
Expand All @@ -14,16 +14,21 @@
long_description=long_description,
long_description_content_type="text/markdown",
url='https://github.com/wfxey/binaryconvert',
download_url='https://github.com/wfxey/binaryconvert/archive/refs/tags/v1.0.tar.gz',
download_url='https://github.com/wfxey/binaryconvert/archive/refs/tags/v1.1.tar.gz',
keywords=['binary', '8-bit', 'text-to-binary'],
install_requires=[
#Empty
# Empty
],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Topic :: Software Development :: Text Converter',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.6',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Utilities'
],
python_requires='>=3.6',
)

0 comments on commit 2defe3b

Please sign in to comment.