##// END OF EJS Templates
fixed manifest, and changed info site
marcink -
r1141:42e53ebb default
parent child Browse files
Show More
@@ -2,7 +2,13 b' include rhodecode/config/deployment.ini_'
2 2 include rhodecode/lib/dbmigrate/migrate.cfg
3 3
4 4 include README.rst
5 recursive-include rhodecode/i18n/ *
5 recursive-include rhodecode/i18n *
6
7 #docs
8 recursive-include docs *
9
10 #init.d
11 recursive-include init.d *
6 12
7 13 #images
8 14 recursive-include rhodecode/public/css *
@@ -78,7 +78,7 b' setup('
78 78 license='BSD',
79 79 author='Marcin Kuzminski',
80 80 author_email='marcin@python-works.com',
81 url='http://hg.python-works.com',
81 url='http://rhodecode.org',
82 82 install_requires=requirements,
83 83 classifiers=classifiers,
84 84 setup_requires=["PasteScript>=1.6.3"],
General Comments 0
You need to be logged in to leave comments. Login now