Changeset 158:c983bd47f6e9
- Timestamp:
- 2007-08-04 14:48:18
(1 year ago)
- Author:
- Stefan Schwarzer <sschwarzer@sschwarzer.net>
- branch:
- default
- Message:
Fixed syntax error.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r154 |
r158 |
|
| 44 | 44 | package_dir={_package: ""}, |
|---|
| 45 | 45 | data_files=[(_data_target, ["websourcebrowser.css", "todo.txt", |
|---|
| 46 | | "test_urlpath.txt"])] |
|---|
| | 46 | "test_urlpath.txt"])], |
|---|
| 47 | 47 | # metadata |
|---|
| 48 | 48 | author="Stefan Schwarzer", |
|---|
| … | … | |
| 71 | 71 | "Operating System :: OS Independent", |
|---|
| 72 | 72 | "Programming Language :: Python", |
|---|
| | 73 | # any more which apply? (see |
|---|
| | 74 | # http://pypi.python.org/pypi?%3Aaction=list_classifiers ) |
|---|
| 73 | 75 | "Topic :: Desktop Environment :: File Managers", |
|---|
| 74 | 76 | "Topic :: Software Development", |
|---|