1
0
mirror of https://github.com/myhdl/myhdl.git synced 2025-01-24 21:52:56 +08:00

prepare release

This commit is contained in:
jand 2003-07-31 10:21:48 +00:00
parent ca8d96b539
commit 66de4f10e9
2 changed files with 1 additions and 3 deletions

View File

@ -13,6 +13,4 @@ graft doc/html/icons
graft doc/html/whatsnew*
exclude doc/html/.cvsignore
include doc/paper-a4/*.pdf
include doc/paper-a4/*.ps
include doc/paper-letter/*.pdf
include doc/paper-letter/*.ps

View File

@ -19,7 +19,7 @@ if sys.version_info[:3] < (2, 2, 2):
from distutils.core import setup
setup(name="myhdl",
version="0.3DEV",
version="0.3",
description="myhdl python library",
author="Jan Decaluwe",
author_email="jan@jandecaluwe.com",