Makefile + fixes

This commit is contained in:
Ola Grottvik
2019-04-30 18:10:33 +02:00
parent fd287f319f
commit 6b5936bcee
5 changed files with 46 additions and 3 deletions
+3 -3
View File
@@ -4,10 +4,10 @@ with open("README.md", "r") as fh:
long_description = fh.read()
setuptools.setup(
name='encdec_8b10b',
version='1.0-alpha',
name='encdec8b10b',
version='1.0',
packages=setuptools.find_packages(),
url='https://github.com/olagrottvik/encdec_8b10b',
url='https://github.com/olagrottvik/encdec8b10b',
license='MIT',
author='Ola Grøttvik',
author_email='olagrottvik@gmail.com',