1
0
mirror of https://github.com/pypiserver/pypiserver synced 2024-11-09 16:45:51 +01:00
Commit Graph

14 Commits

Author SHA1 Message Date
ankostis@kilo
c64b8c32d2 Allow to override welcome-msg(/) from a separate html file.
- Read welcome-msg in UTF-8.
- Add cmd-line option for `welcome-file`.
- Add TCs for welcome-file option and `/` http-req.
- Update docs for new option.
- Failback to in-code welcome-msg if unreadable (ie standalone mode, bad file).
2015-01-15 16:20:24 +01:00
Ralf Schmitt
e484d36fae add trove classifier for python 3.3 2012-12-27 21:54:51 +01:00
Ralf Schmitt
5cb109515c install pypi-server either via entry_points= or scripts= 2012-08-22 21:47:57 +02:00
Eduard-Cristian Stefan
c5b8e85c79 Add 'console_scripts' section to 'entry_points', so 'pypi-server.exe' will be created on Windows. 2012-08-22 21:33:19 +03:00
Ralf Schmitt
3257940b11 define paste.app_factory entry point in setup.py 2012-04-07 23:53:48 +02:00
Ralf Schmitt
4d20268891 fix typo 2011-12-05 22:36:29 +01:00
Ralf Schmitt
9aa6f69ff5 cleanup whitespace 2011-12-05 22:20:50 +01:00
Ralf Schmitt
4939534404 do not run 2to3 anymore when installing 2011-11-24 01:54:22 +01:00
Ralf Schmitt
236501f9b7 add python 3 trove classifiers 2011-11-19 21:25:59 +01:00
Ralf Schmitt
1866a7ad6e make pypiserver run on python 3.x
unfortunately the tests do not work, since twill isn't ported yet.
2011-11-08 00:11:01 +01:00
Ralf Schmitt
f3c213f5fc add trove classifiers 2011-08-01 02:57:43 +02:00
Ralf Schmitt
e760b77a9b add README.rst. 2011-07-29 03:14:09 +02:00
Ralf Schmitt
a56fa3293b whitespace cleanup. 2011-07-29 02:41:27 +02:00
Ralf Schmitt
85983fd36f import initial version 2011-07-29 02:02:28 +02:00