Pedro Algarvio
42b7d1be89
Stop relying on salt/_version.py
to write Salt's version.
...
Instead use `salt/_version.txt` which only contains the version string.
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-01-09 12:31:51 -07:00
Pedro Algarvio
3012dc42d6
Test fixes when running with the onedir build
...
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2022-08-29 13:24:21 -07:00
Pedro Algarvio
e9610a7367
The `salt/utils/pyinstaller/rthooks.dat
` file must be included in the source distribution
...
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2022-06-08 18:31:54 +01:00
Bryce Larson
55edcedbf8
add run.py to the sdist tarball
2021-03-31 11:43:37 -04:00
ScriptAutomate
497d0df402
Cleanup contributing guides; main in repo root
2021-02-03 06:33:01 -05:00
Wayne Werner
129a9d7c12
Fix HACKING.rst & co refs
2021-01-11 12:15:27 -07:00
Pedro Algarvio
e313185fe3
Salt no longer supports IOFLO
2020-09-30 09:31:48 +01:00
Pedro Algarvio
a771643369
Include all requirements files in source distribution
2020-01-23 17:56:26 +00:00
Benjamin Drung
e976c8ea0b
Include templates directory in release tarball
...
The unit test `unit.utils.test_extend.ExtendTestCase` needs to access
the files in the `templates` directory.
Therefore add the `templates` directory in the release tarball.
Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com>
2019-07-01 20:44:28 +02:00
Benjamin Drung
ae40b7085a
Include whole conf directory in release tarball
...
The unit tests in `unit.test_config.SampleConfTest` require the
directories `conf/cloud.profiles.d`, `conf/cloud.providers.d`, and
`conf/cloud.maps.d` to be present and to contain the relevant files.
Therefore add the whole `conf` directory in the release tarball.
Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com>
2019-07-01 20:44:28 +02:00
Benjamin Drung
1654dc3922
Include all documentation files into release tarball
...
Add CODE_OF_CONDUCT.md, CONTRIBUTING.rst, NOTICE, and SUPPORT.rst into
the release tarball, because these files are also useful there.
Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com>
2019-07-01 20:44:28 +02:00
Justin Findlay
ad33589fac
move requirements files into requirements dir
2014-12-27 17:29:03 -07:00
Thomas S Hatch
b755ed1c84
Add template files to manifest so they get included
...
in python 2.6 builds because package_data was changed in 2.7
2014-08-13 15:44:25 -06:00
Pedro Algarvio
9e76bb4ec3
Also include the cloud requirements file
2014-06-23 01:16:23 +01:00
Pedro Algarvio
e4179cdc68
Differentiate ZeroMQ from RAET based installations.
...
Since the requirements are different, "decide" which to require.
2014-06-17 15:36:02 +01:00
Massimiliano Torromeo
8f69fa4fb9
Moved git wrapper script to the package templates directory
2014-03-14 09:21:09 +01:00
Goncalo Gomes
9b9796f56e
Fix #9239 - include pkg in source dist tarball
2013-12-28 02:12:53 +00:00
Thomas S Hatch
df5050eaaf
Gather everything under the tests
2012-10-24 20:59:33 -06:00
Pedro Algarvio
c976e4222c
include tests/integration/tmp/_README
no longer exists. Remove it from MANIFEST.in
.
2012-10-05 02:10:33 +01:00
Thomas S Hatch
357c9eefab
Add Hacking file to source tarball, fix #1767
2012-08-13 09:38:36 -06:00
Jeff Hutchins
f6b2f6bcc8
python setup.py sdist didn't add scripts folder
2012-06-18 18:30:21 -06:00
Jeff Hutchins
418c161aaa
Add package data to the setup
2012-04-25 10:06:13 -06:00
Thomas S Hatch
8539ac1746
remove creation of files in /etc
2012-03-21 12:10:46 -06:00
Thomas S Hatch
4a5f8d2f3f
Include docs in source tarball
2012-03-13 10:19:31 -06:00
Tom Prince
da8df99309
Add tests directory to source distribution.
2012-03-02 01:52:55 -05:00
Dan Colish
eae7bea4f6
Add requirements.txt to sdist and allow setup.py to use setuptools if detected in environment
2012-03-01 16:17:03 -08:00
Thomas S Hatch
7b16bc18be
take msgpack out of the setup.py
2012-01-20 19:30:57 -07:00
Seth House
14937aca53
Added msgpack header files to MANIFEST.in
...
We've learned this is the best way to include header files into an sdist
from StackOverflow. Many Bothans died to bring us this information.
2012-01-06 10:12:46 -07:00