Skip to content

Commit

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

name = 'svreal'
version = '0.1.7'
version = '0.1.8'

DESCRIPTION = '''\
Library for working with fixed-point numbers in SystemVerilog\
Expand All @@ -17,11 +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=find_packages(),
scripts=[
],
install_requires=[
],
packages=find_packages(exclude=['tests']),
license='MIT',
url=f'https://github.com/sgherbst/{name}',
author='Steven Herbst',
Expand Down

0 comments on commit 408eeeb

Please sign in to comment.