Skip to content

Commit

Permalink
Fixed a problem in setup.py.
Browse files Browse the repository at this point in the history
* setup.py
setup method debugged. A bug indirectly introduced in the last commit has
been fixed.

* README.txt
File has been updated.
  • Loading branch information
uvemas committed Dec 15, 2008
1 parent eb5597f commit cb440f6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 2 additions & 0 deletions ChangeLog.txt
@@ -1,6 +1,8 @@
ViTables ChangeLog
==================
** Dec 15, 2008**
Fixed a problem in setup.py.

Applied several simplifications derived from the use of Qt resources system.

Fixed some bugs regarding portability between different platforms.
Expand Down
13 changes: 6 additions & 7 deletions README.txt
@@ -1,22 +1,21 @@
ViTables
--------

ViTables is a graphical tool for browsing and editing files in both PyTables
and HDF5 format. With ViTables you can easily navigate through the data
hierarchy, view & modify metadata, view actual data and more.
hierarchy, view and modify metadata, view actual data and more.

ViTables has been developed using Python and PyQt4, a binding to Qt4
libraries, so it should run on any platform that support these components
(this includes Windows, Mac OS X, Linux and many other Unices). The interface
and features are the same in all platforms. At the moment, ViTables has been
heavily tested on Linux, MacOS X and Windows platforms.
heavily tested on Linux and Windows platforms.

The User's Guide in PDF format can be found in the doc directory. Please read
it. I've written it for you :-)

The User's Guide (in HTML4 and PDF format) can be found in the doc directory.
Please read it. I've written it for you :-)
For installation instructions see INSTALL.txt.

Feel free to subscribe to the ViTables users group `[1]`_ and to report bugs and
send suggestions or features requests.

For installation instructions on Unix platforms see INSTALL.txt.

.. _[1]: http://tech.groups.yahoo.com/group/vitables-users/
2 changes: 0 additions & 2 deletions setup.py
Expand Up @@ -282,8 +282,6 @@ def add_unix_icons():
('examples', glob.glob('examples/*.h5')),
('examples/scripts', glob.glob('examples/scripts/*.py')),
('doc', glob.glob('doc/*.pdf')),
('translations', ['translations/Translations.txt'] +
glob.glob('translations/*.qm')),
('', ['LICENSE.txt', 'LICENSE.html']),
('', ['VERSION'])
],
Expand Down

0 comments on commit cb440f6

Please sign in to comment.