diff --git a/.bumpversion.cfg b/.bumpversion.cfg deleted file mode 100644 index 437b22ed..00000000 --- a/.bumpversion.cfg +++ /dev/null @@ -1,5 +0,0 @@ -[bumpversion] -current_version = 0.13.0 -files = cachecontrol/__init__.py docs/conf.py -commit = True -tag = True diff --git a/Makefile b/Makefile index 26b3831e..814be635 100644 --- a/Makefile +++ b/Makefile @@ -5,16 +5,12 @@ VENV=.venv VENV_CMD=python3 -m venv ACTIVATE = $(VENV)/bin/activate -CHEESE=https://pypi.python.org/pypi -BUMPTYPE=patch -BUMPPRE=0 - -$(VENV)/bin/pip3: +$(VENV)/bin/pip: $(VENV_CMD) $(VENV) -bootstrap: $(VENV)/bin/pip3 - $(VENV)/bin/pip3 install -e .[dev] +bootstrap: $(VENV)/bin/pip + $(VENV)/bin/pip install -e .[dev] format: $(VENV)/bin/black . diff --git a/docs/index.rst b/docs/index.rst index 8632c4cc..86688270 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -73,10 +73,9 @@ If you give it a try, please let me know of any issues. .. _httplib2: https://github.com/httplib2/httplib2 -.. _requests: http://docs.python-requests.org/ -.. _Editing the Web: http://www.w3.org/1999/04/Editing/ -.. _PyPI: https://pypi.python.org/pypi/CacheControl/ -.. _pip: http://www.pip-installer.org/ +.. _requests: https://requests.readthedocs.io/en/latest/ +.. _PyPI: https://pypi.org/project/CacheControl/ +.. _pip: https://pip.pypa.io/en/stable/ Contents