1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00
Commit Graph

30 Commits

Author SHA1 Message Date
Brad Warren
ae6f1c62f1 Rename misc files 2016-04-14 10:20:23 -07:00
Marius Gedminas
e268e718a0 Remove py26reqs.txt
ConfigArgParse 0.10 from PyPI supports Python 2.6, so there's no more
need to install a fixed version directly from a git branch.
2015-12-03 10:07:31 +02:00
Brad Warren
462139fca9 Kill --agree-dev-preview 2015-12-01 16:51:05 -08:00
Jakub Warmuz
6f5d37fc21 requirements.txt: rename to py26reqs.txt and remove it from deps where possible.
When people see requirements.txt they tend to `pip install -r`
straight way
(c.f. https://github.com/letsencrypt/letsencrypt/issues/1252). It's
only necessary for Python2.6.
2015-10-31 12:22:42 +00:00
Jakub Warmuz
e2a7165fa0 MANIFEST: include examples dir for letsencrypt
This is necessary because docs includes files from the examples dir.
2015-10-24 13:38:50 +00:00
Jakub Warmuz
aa4641b3b0 --agree-dev-preview
`git grep -i eula` to the rescue
2015-10-20 19:33:27 +00:00
Jakub Warmuz
0034a8fae4 Add docs to tarballs (fixes #884). 2015-10-07 22:40:02 +00:00
Jakub Warmuz
20131de9fb Add licences to all subpackages. 2015-09-27 06:23:12 +00:00
Jakub Warmuz
2e9cf9a5d5 Include requirements.txt in sdist 2015-07-10 16:39:05 +00:00
Jakub Warmuz
b9df69af9f Basic dev/test setup for separate package subdirectories. 2015-07-10 16:38:42 +00:00
Jakub Warmuz
19c73249ca Sort vectors: acme/testdata, separate acme and letsencrypt. 2015-07-10 15:16:48 +00:00
James Kasten
4147993b4d Merge pull request #484 from fmarier/rename-apache-config
Rename the apache config file to match the nginx one
2015-06-11 17:34:48 -04:00
Francois Marier
bce01419da Rename the apache config file to match the nginx one
Since both config files end up in /etc/letsencrypt/, if we want the two
plugins be to installable at the same time, their config files need different
names.
2015-06-07 20:31:50 +12:00
Francois Marier
8198e6c105 Rename the nginx ssl config file to match the final filename
This config file will ultimately exist as /etc/letsencrypt/options-ssl-nginx.conf
so we may as well use the right filename everywhere.

This is much easier to deal with in the Debian packaging.
2015-06-07 20:22:43 +12:00
Jakub Warmuz
787c64c546 Fix references to letsencrypt.client 2015-05-12 22:08:00 +00:00
Jakub Warmuz
d408ec5a95 Move plugins to top-level 2015-05-10 12:26:54 +00:00
Jakub Warmuz
3a6bd7123d Move acme to top-level 2015-05-10 12:26:17 +00:00
Jakub Warmuz
81e8ba7daf Update MANIFEST.in 2015-05-10 11:12:03 +00:00
Jakub Warmuz
533cfa42c7 MANIFEST: Update CONTRIBUTING extension 2015-03-23 08:35:36 +00:00
Jakub Warmuz
97165b8711 EULA using pkg_resources (fixes #278) 2015-03-11 07:51:06 +00:00
Jakub Warmuz
0fb9fc6565 MANIFEST: add CONTRIBUTING.rst, split lines 2015-02-26 08:55:05 +00:00
Jakub Warmuz
8e8bc3dc0d MANIFEST: remove *.sh (fixes #268) 2015-02-26 08:53:15 +00:00
Jakub Warmuz
7be419a2ca Add linter_plugin.py to MANIFEST.in 2015-02-08 12:47:21 +00:00
Thomas Waldmann
47e49215c3 long_description = README.rst (+ CHANGES.rst later) 2015-01-29 15:38:20 +01:00
Jakub Warmuz
8171b5e9fb Fix MANIFEST.in recursive-include
reading manifest template 'MANIFEST.in'
warning: manifest_maker: MANIFEST.in, line 4: unknown action 'recursive'
2014-12-10 12:34:42 +01:00
James Kasten
707258519c consolidated tests/data, used tempfile/pkg_resource 2014-12-10 00:15:40 -08:00
Jakub Warmuz
569f004f09 Clean MANIFEST.in 2014-11-22 15:05:44 +01:00
Jakub Warmuz
139ad7c3ee Fix setuptools package resources
https://pythonhosted.org/setuptools/setuptools.html#including-data-files
2014-11-19 13:33:53 +01:00
Peter Eckersley
614cf89d55 More documentation 2014-11-18 02:42:56 -08:00
Faidon Liambotis
7e960672b3 Add setuptools-based setup.py & MANIFEST.in
Also move the protoc functionality to setup.py, making it a bit more
complicated than usual :)
2012-08-12 09:03:13 +03:00