File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11[egg_info]
2- tag_build = -dev
2+ tag_build =
33tag_svn_revision = false
44
Original file line number Diff line number Diff line change 2121# Boston, MA 02110-1301, USA.
2222#
2323
24+ """
25+ Mirror is an open source python application for mirror site (e.g. mirror.bjtu.edu.cn)
26+ to sync files from upstreams (it uses rsync internally), it actually works like a
27+ cron, but still has some differences. It has been served for mirror.bjtu.edu.cn with
28+ more than 40 rsync tasks.
29+ """
30+
2431try :
2532 from setuptools import setup , find_packages , Extension
2633except ImportError :
@@ -187,7 +194,7 @@ def run(self):
187194 author = "Shang Yuanchun" ,
188195 author_email = "[email protected] " ,
189196 keywords = "open source mirror" ,
190- long_description = """Mirror is for open source mirror site.""" ,
197+ long_description = __doc__ ,
191198 url = "http://mirror.bjtu.edu.cn" ,
192199 license = "GPLv3" ,
193200 cmdclass = cmdclass ,
You can’t perform that action at this time.
0 commit comments