Skip to content

Commit fc34397

Browse files
committed
Updated setup.py
1 parent ff47123 commit fc34397

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
# Copyright (c) 2015, Lars Asplund lars.anders.asplund@gmail.com
66

77
from setuptools import setup
8-
from os.path import exists
98
import os
109

1110

@@ -31,7 +30,7 @@ def find_all_files(directory, endings=None):
3130

3231
setup(
3332
name='vunit_hdl',
34-
version='0.42.0',
33+
version='0.43.0',
3534
packages=['vunit',
3635
'vunit.com',
3736
'vunit.test',
@@ -58,4 +57,4 @@ def find_all_files(directory, endings=None):
5857
author='Lars Asplund',
5958
author_email='lars.anders.asplund@gmail.com',
6059
description="VUnit is an open source unit testing framework for VHDL.",
61-
long_description=(open('README.rst').read() if exists('README.rst') else '')) # nopep8
60+
long_description=open('README.rst').read()) # nopep8

0 commit comments

Comments
 (0)