##// END OF EJS Templates
packaging: switched to nix 20.03 packages and latest pip2nix code...
packaging: switched to nix 20.03 packages and latest pip2nix code - dependencies changed: atomicwrites==1.4.0 ipython==5.10.0 pytest==4.6.9 py==1.8.1 pytest-cov==2.8.1 pytest-sugar==0.9.3 pytest-runner==5.2.0 rhodecode-tools==2.0.0 ipython==5.10.0 mysqlclient==1.4.6 (change from mysql-python, which is deprecated) mako==1.1.2 lxml==4.5.0 click==7.1.2

File last commit:

r4756:2a5b3f8a python3
r4756:2a5b3f8a python3
Show More
MANIFEST.in
53 lines | 1022 B | text/plain | TextLexer
project: added all source files and assets
r1 # top level files
manifest: removed no longer existing file.
r1450
project: added all source files and assets
r1 include MANIFEST.in
include README.rst
core: updated MANIFEST file for packaging
r651 include CHANGES.rst
include LICENSE.txt
project: added all source files and assets
r1 include rhodecode/VERSION
# docs
recursive-include docs *
core: updated MANIFEST file for packaging
r651 # all config files
recursive-include configs *
project: added all source files and assets
r1 # translations
recursive-include rhodecode/i18n *
# non-python core stuff
recursive-include rhodecode *.cfg
recursive-include rhodecode *.json
recursive-include rhodecode *.ini_tmpl
recursive-include rhodecode *.sh
manifest: include missing mako template
r791 recursive-include rhodecode *.mako
project: added all source files and assets
r1
manifest: added 502.html into package data.
r792 # 502 page
include rhodecode/public/502.html
project: added all source files and assets
r1
manifest: include missing robots.txt file
r2879 # robots
include rhodecode/public/robots.txt
manifest: added 502.html into package data.
r718
project: added all source files and assets
r1 # images, css
include rhodecode/public/css/*.css
include rhodecode/public/images/*.*
manifest: added ee_features directory for images
r1842 include rhodecode/public/images/ee_features/*.*
project: added all source files and assets
r1
# sound files
include rhodecode/public/sounds/*.mp3
include rhodecode/public/sounds/*.wav
# fonts
recursive-include rhodecode/public/fonts/RCIcons *
# js
recursive-include rhodecode/public/js *
# templates
recursive-include rhodecode/templates *
# skip any tests files
packaging: switched to nix 20.03 packages and latest pip2nix code...
r4756 recursive-exclude result *
project: added all source files and assets
r1 recursive-exclude rhodecode/tests *