-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathPACKAGING.txt
More file actions
30 lines (23 loc) · 1.09 KB
/
PACKAGING.txt
File metadata and controls
30 lines (23 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Packaging Robot Framework
=========================
Available packages
------------------
Currently only official distribution packages for Robot Framework are
source distributions and binary installers for Windows. See Robot
Framework User Guide's Installation and uninstallation section for
more information about them.
Additional installation packages can be created and distributed by
volunteers. We are also planning to support JAR and RPM packages in
the future. If you are interested to help, see issues #24 and #36 at
http://issues.robotframework.org and contact
robotframework-devel@googlegroups.com.
Creating packages
-----------------
Official Robot Framework distribution packages are created using
`package.py` script. This tool can create both source distributions
and Windows installers, and it has its own help text that is available
with command `python package.py help`.
`package.py` is a front-end for standard `setup.py` script, which uses
Python's distutils module internally. For more information about
distutils and creating packages with it see
http://docs.python.org/dist/dist.html.