Commit Graph

15 Commits

Author SHA1 Message Date
Joffrey F fc3df83d39 Update setup.py for modern pypi /setuptools
Remove pandoc dependencies

Signed-off-by: Joffrey F <joffrey@docker.com>
2018-11-30 17:59:55 -08:00
Daniel Nephin d4b9845201 Add the git sha to version output
Signed-off-by: Daniel Nephin <dnephin@docker.com>
2015-11-18 13:21:14 -05:00
Daniel Nephin bbc76e6034 Convert the README to rst and fix the logo url before packaging it up for pypi.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
2015-10-28 12:11:29 -04:00
Luiz Geron 1fcacae1fe Fix schema.json MANIFEST.in entry
docker-compose up doesn't run after install without this.

Signed-off-by: Luiz Geron <luiz@geron.me>
2015-09-11 19:14:51 -03:00
Mazz Mosley 810bb70249 Include schema in manifest
Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>
2015-08-11 16:31:56 +01:00
Alex Brandt ef44c46c72 add all completions to sdist
The zsh completion was recently added but missed from the sdist.  This
includes all completions that might be added at any point.

Signed-off-by: Alex Brandt <alunduil@alunduil.com>
2015-07-22 21:17:15 -05:00
Alex Brandt 0e30d0085b add bash completion to sdist
When installing from the source distribution (for packaging or other
purposes), it's convenient to be able to install the bash completion
file as part of that process.
2015-02-28 15:18:29 -06:00
Alex Brandt 0150b38b8f Add tests to sdist.
In order to validate installation it's very convenient to have the tests
as part of the source distribution.  This greatly assists native
packaging that might occur (i.e. Gentoo ebuilds).

Signed-off-by: Alex Brandt <alunduil@alunduil.com>
2014-11-28 09:37:33 -06:00
Teo Klestrup Röijezon 229b59bd6e remove tests from distribution build 2014-02-23 03:37:31 +01:00
Ben Firshman 51131813a3 Fix broken manifest 2014-02-19 08:52:44 +00:00
Ben Firshman 573fae089f Add missing files to manifest 2014-01-16 18:21:56 +00:00
Ben Firshman a07b00606b Fix typos in manifest 2014-01-16 18:17:16 +00:00
Ben Firshman 65f23583ae Ignore vim undo files 2014-01-16 18:16:26 +00:00
Christopher Grebs 93b9b6fd9f First version with python3 support.
* Moved requirements*.txt files to proper spec definitions in setup.py
 * Added a new fig.compat module to store some compatibility code
2014-01-06 17:58:49 +00:00
Ben Firshman 8998bd1adc Make setup.py actually work for release 2013-12-20 21:35:00 +00:00