Skip to content

Commit 1b5bc34

Browse files
committed
for release
1 parent ef25f0e commit 1b5bc34

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[egg_info]
2-
tag_build = -dev
2+
tag_build =
33
tag_svn_revision = false
44

setup.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@
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+
2431
try:
2532
from setuptools import setup, find_packages, Extension
2633
except 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,

0 commit comments

Comments
 (0)