Skip to content

Commit

Permalink
v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sgherbst committed Jan 17, 2020
1 parent fac0f57 commit 84dbab3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup
from setuptools import setup, find_packages

name = 'svreal'
version = '0.1.6'
version = '0.1.7'

DESCRIPTION = '''\
Library for working with fixed-point numbers in SystemVerilog\
Expand All @@ -17,9 +17,7 @@
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
keywords = ['fixed-point', 'fixed point', 'verilog', 'system-verilog', 'system verilog', 'synthesizable', 'fpga'],
packages=[
f'{name}'
],
packages=find_packages(),
scripts=[
],
install_requires=[
Expand Down

0 comments on commit 84dbab3

Please sign in to comment.