Commits on Source 15
-
Javier Jardón authored
-
Javier Jardón authored
-
Javier Jardón authored
-
Javier Jardón authored
-
Tristan Van Berkom authored
Some pycodestyle (PEP8) fixes See merge request !746
-
This adds a step to the docs generation Makefile to generate release.svg and snapshot.svg badges, modelled after the gitlab badges. This also adds the generated badges directory in docs to .gitignore
-
This is a part of #528
-
This is a part of #528
-
Tristan Van Berkom authored
Release badges See merge request !742
-
- setup.py: List useful links using `project_urls` - setup.py: Specify minumum python vresion using `python_requires` `python_requires` is the new way of specifying requirements for python version, as documented @ https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires. This will also make this requirement appear nicely on the PyPI project page. - setup.py: Add project classifiers PyPI will use these classifiers to categorize projects while searching or browsing. Full list of classifiers can be found at https://pypi.org/classifiers.
-
Tristan Van Berkom authored
setup.py: Add more metadata useful for PyPI See merge request !718
-
Fixes #597
-
Tristan Van Berkom authored
Fix ValueError traceback for URL without alias or URI scheme Closes #597 See merge request !700
-
Qinusty authored
Note: This modifies the docker containers used for testing to supply the pytest-timeout package.