Makefile + fixes
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user