Changeset 4373
- Timestamp:
- 10/02/08 05:56:31 (3 months ago)
- Files:
-
- restrictedareaplugin/0.10/LICENSE (added)
- restrictedareaplugin/0.10/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
restrictedareaplugin/0.10/setup.py
r3184 r4373 9 9 packages = ['restrictedarea'], 10 10 11 author = "Christian Spurk, DFKI ",11 author = "Christian Spurk, DFKI GmbH", 12 12 author_email = "Christian.Spurk@dfki.de", 13 13 description = "Allows the setup of restricted areas with access only for privileged users.", 14 license = " BSD",14 license = "revised BSD license", 15 15 keywords = "trac plugin restricted area access", 16 16 url = "http://trac-hacks.org/wiki/RestrictedAreaPlugin",
