Show More
@@ -1,5 +1,11 b'' | |||||
1 | include hg |
|
1 | include hg | |
2 | recursive-include mercurial *.py |
|
2 | recursive-include mercurial *.py | |
3 | include tkmerge |
|
3 | include tkmerge | |
|
4 | include hgweb.cgi | |||
|
5 | include hgeditor rewrite-log convert-repo | |||
|
6 | include tests/* | |||
4 | include *.txt |
|
7 | include *.txt | |
|
8 | include templates/map | |||
|
9 | include templates/*.tmpl | |||
|
10 | include doc/* | |||
5 | include README |
|
11 | include README |
@@ -1,7 +1,7 b'' | |||||
1 | #!/usr/bin/env python |
|
1 | #!/usr/bin/env python | |
2 | # |
|
2 | # | |
3 | # mercurial - a minimal scalable distributed SCM |
|
3 | # mercurial - a minimal scalable distributed SCM | |
4 |
# v0. |
|
4 | # v0.5 "katje" | |
5 | # |
|
5 | # | |
6 | # Copyright 2005 Matt Mackall <mpm@selenic.com> |
|
6 | # Copyright 2005 Matt Mackall <mpm@selenic.com> | |
7 | # |
|
7 | # |
@@ -16,7 +16,7 b' class install_package_data(install_data)' | |||||
16 | install_data.finalize_options(self) |
|
16 | install_data.finalize_options(self) | |
17 |
|
17 | |||
18 | setup(name='mercurial', |
|
18 | setup(name='mercurial', | |
19 |
version='0. |
|
19 | version='0.5', | |
20 | author='Matt Mackall', |
|
20 | author='Matt Mackall', | |
21 | author_email='mpm@selenic.com', |
|
21 | author_email='mpm@selenic.com', | |
22 | url='http://selenic.com/mercurial', |
|
22 | url='http://selenic.com/mercurial', |
General Comments 0
You need to be logged in to leave comments.
Login now