- Revision
- 11380
- Author
- bear
- Date
- 2006-08-10 12:40:41 -0700 (Thu, 10 Aug 2006)
Log Message
Udating EggTranslations setup.py and adding svn:ignore property
Modified Paths
Property Changed
- trunk/chandler/projects/EggTranslations-Plugin/
Diff
Property changes: trunk/chandler/projects/EggTranslations-Plugin
Name: svn:ignore
+ PKG-INFO
SOURCES.txt
top_level.txt
zip-safe
Modified: trunk/chandler/projects/EggTranslations-Plugin/setup.py (11379 => 11380)
--- trunk/chandler/projects/EggTranslations-Plugin/setup.py 2006-08-10 19:24:43 UTC (rev 11379) +++ trunk/chandler/projects/EggTranslations-Plugin/setup.py 2006-08-10 19:40:41 UTC (rev 11380) @@ -1,7 +1,7 @@ #!/bin/env python # -*- coding: utf-8 -*- -# Copyright (c) 2003-2006 Open Source Applications Foundation +# Copyright (c) 2006 Open Source Applications Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,27 +14,18 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -""" [EMAIL PROTECTED]: Brian Kirsch - [EMAIL PROTECTED] [EMAIL PROTECTED]: Copyright (c) 2003-2006 Open Source Applications Foundation [EMAIL PROTECTED]: Apache License, Version 2.0 -""" from setuptools import setup -# the setup block setup( - # package description - name = "EggTranslations-Plugin", - version = "0.1", - author = "Brian Kirsch", + name = "EggTranslations-Plugin", + version = "0.1", + author = "Brian Kirsch", author_email = "[EMAIL PROTECTED]", - description = "Provides an API for accessing localizations and resources packaged in eggs", - license = "Apache License, Version 2.0", - test_suite = "tests", + description = "Provides an API for accessing localizations and resources packaged in eggs", + license = "Apache License, Version 2.0", + test_suite = "tests", + py_modules = ["egg_translations"], include_package_data = True, - zip_safe = True, - - # package contents - py_modules = ["egg_translations"], + zip_safe = True, )
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
