Changeset 32
- Timestamp:
- 01/01/07 14:28:34 (5 years ago)
- Location:
- trunk
- Files:
-
- 6 modified
-
cogplanet.egg-info/dependency_links.txt (modified) (1 diff)
-
cogplanet.egg-info/PKG-INFO (modified) (1 diff)
-
cogplanet.egg-info/requires.txt (modified) (1 diff)
-
cogplanet.egg-info/SOURCES.txt (modified) (1 diff)
-
LICENSE.txt (modified) (1 diff)
-
setup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/cogplanet.egg-info/dependency_links.txt
r1 r32 1 1 http://sourceforge.net/project/showfiles.php?group_id=112328&package_id=121603&release_id=384485 -
trunk/cogplanet.egg-info/PKG-INFO
r22 r32 7 7 Author-email: tim@achievewith.us 8 8 License: MIT 9 Description: UNKNOWN 9 Description: The CogPlanet planet server aggregates multiple 10 syndicated sites into one html page. Someday 11 it will embed easily into existing TurboGears 12 applications. 10 13 Keywords: turbogears.app 11 14 Platform: UNKNOWN -
trunk/cogplanet.egg-info/requires.txt
r22 r32 1 1 BeautifulSoup 2 TurboGears >= 1.0b2 2 feedparser 3 Genshi 4 TurboGears == 1.0b2 3 5 SQLAlchemy -
trunk/cogplanet.egg-info/SOURCES.txt
r30 r32 1 LICENSE.txt 1 2 README.txt 2 3 dev.cfg -
trunk/LICENSE.txt
r30 r32 2 2 http://www.opensource.org/licenses/mit-license.php 3 3 4 Copyright (c) 200 6Tim Freund and contributors.4 Copyright (c) 2007 Tim Freund and contributors. 5 5 6 6 Permission is hereby granted, free of charge, to any person obtaining -
trunk/setup.py
r31 r32 6 6 7 7 setup( 8 name=" CogPlanet",8 name="cogplanet", 9 9 version=version, 10 10 … … 18 18 license=license, 19 19 20 dependency_links = [ 21 "http://sourceforge.net/project/showfiles.php?group_id=112328&package_id=121603&release_id=384485", 22 ], 23 20 24 install_requires = [ 21 25 "BeautifulSoup", 22 "genshi", 23 "TurboGears >= 1.0b2", 26 "feedparser", 27 "Genshi", 28 "TurboGears == 1.0b2", 24 29 "SQLAlchemy", 25 30 ],
