Skip to content
Snippets Groups Projects
Commit 7d2986de authored by Charles Javerliat's avatar Charles Javerliat
Browse files

Updated setup.py

parent 731a94ea
No related branches found
No related tags found
No related merge requests found
import setuptools
with open("README.md", "r") as fh:
long_description = fh.read()
setuptools.setup(
name="serial-framing-protocol",
version="1.0.0",
author="Charles Javerliat",
description="Serial protocol for framing data.",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
],
python_requires='>=3.6',
)
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment