72 Commits (5dc924c102a23d06cafd8e0850f0f35582cbd9aa)
 

Author SHA1 Message Date
Jason R. Coombs 5dc924c102 Add a license file. Fixes jaraco/skeleton#1. 7 years ago
Jason R. Coombs a953d1baa6 --add doesn't work in a list 7 years ago
Jason R. Coombs a419524c69 Remove 'bootstrap', artifact from setuptools 7 years ago
Jason R. Coombs 835393c93e Use stages in travis to have deployment depend on success in all Python versions. 7 years ago
Jason R. Coombs 88d315ae9a Check the docs during tests 7 years ago
Jason R. Coombs 250cb96002 Inspired by pypa/setuptools#1059, use the preferred bdist_wheel heading. 7 years ago
Jason R. Coombs 16d68a9fd1 Restore support for namespace package declaration, selected on a 'nspkg_technique' setting 7 years ago
Jason R. Coombs 31fb9d19ee Use a simple build number rather than prefixing with '1.0.' 7 years ago
Jason R. Coombs c84284022a Remove namespace_packages declaration, no longer needed. 7 years ago
Jason R. Coombs 110cb56c59 Require tox 2.4 or later; fixes #2. 7 years ago
Jason R. Coombs 3383a3aceb Add appveyor script for CI testing on Windows. 7 years ago
Jason R. Coombs 243e44fdb7 Move requirements for docs and testing into extras 7 years ago
Jason R. Coombs fbe7cb7fa1 Add readthedocs yml file 7 years ago
Jason R. Coombs 23dae906a2 The requirement is no longer needed for tests. 7 years ago
Jason R. Coombs 689f700fcf Use single-quotes to satisfy the style nazis. 7 years ago
Jason R. Coombs 908cf4ad0e Rely on jaraco.packaging for loading the package metadata from the package for Sphinx. 7 years ago
Jason R. Coombs b9bcd86948 Include pytest-sugar for nicer test output. 7 years ago
Jason R. Coombs 049284c6c4 Include the project (for docstrings). Include Sphinx (for environments where it's not an implied provision). 7 years ago
Jason R. Coombs 59c37d70f1 Don't bother with copyright year(s). Let the repository history track the changes and copyright years. YAGNI. 7 years ago
Jason R. Coombs b728c5892b Add python_requires directive. 7 years ago
Jason R. Coombs e690b031cc Set the origin date once and forget it. 7 years ago
Jason R. Coombs ee0d8647d8 Add support for Python 2.6 in docs conf 7 years ago
Jason R. Coombs 21a4e86e6f Add PEP substitution in changelog. 7 years ago
Jason R. Coombs 9f6eea591e No longer rely on setup_requires for wheel. 7 years ago
Jason R. Coombs 746dd7999f Use Python 3.6 by default 7 years ago
Jason R. Coombs 5853c7e7e7 setup is already present in the module name. Just call them params. 7 years ago
Jason R. Coombs 84b53d9052 Default upload URL is now in Python 3.6. Use that. 7 years ago
Jason R. Coombs b1133de832 Strip the trailing newline and then split on newline. 8 years ago
Jason R. Coombs b2c592d84b Also grab the author from the package metadata 8 years ago
Jason R. Coombs fbadf0344d Also get the URL from the project metadata 8 years ago
Jason R. Coombs 3da8cf4a6f No longer rely on the package being installed to retrieve the version. Instead, load the project name and version by invoking the setup script. 8 years ago
Jason R. Coombs 6245d0966d Prefer get_distribution 8 years ago
Jason R. Coombs 99ffa27f0e Remove rant about docs. If there's no link to the docs, then this is the docs. 8 years ago
Jason R. Coombs a50fb1c894 Skip upload docs as it's deprecated anyway 8 years ago
Jason R. Coombs 18cb65f8f1 Add note about the broken docs problem. 8 years ago
Jason R. Coombs 4ee40ca2d1 Update config to support building on ReadTheDocs 8 years ago
Jason R. Coombs 200e6a5251 Bump to setuptools_scm 1.15.0. 8 years ago
Jason R. Coombs 95fd34c61f Gotta get an sdist - so use one jaraco built 8 years ago
Jason R. Coombs 42ecbe7706 Update to setuptools_scm 1.15.0rc1 8 years ago
Jason R. Coombs 60c7c186c1 Need a later version of setuptools_scm until it's released. 8 years ago
Jason R. Coombs aa1f8ebe0d Allow passing posargs 8 years ago
Jason R. Coombs 9be6e61593 Exclude versions of setuptools_scm due to pypa/setuptools_scm#109. 8 years ago
Jason R. Coombs 1d7afbebd6 Just upgrade to released setuptools now. 8 years ago
Jason R. Coombs 9698407222 Incorporate pre-release of setuptools to cause releases to include the PEP-420 deferral. 8 years ago
Jason R. Coombs c4fd3f3cf4 Use usedevelop to workaround tox-dev/tox#373 8 years ago
Jason R. Coombs 12196ba3c3 Provide a reference to the license declaration in the readme. Fixes jaraco/skeleton#1. 8 years ago
Jason R. Coombs 4d382b3dee Python Packaging -- never do with one command what you can do with two. 8 years ago
Jason R. Coombs 8b4139a813 Each requirement line is passed as a single parameter to pip, so you can't have a space separating the option and its value. 8 years ago
Jason R. Coombs cc80be915b Use pkg_resources to resolve the version. Requires that the necessary package metadata have been built before building docs. 8 years ago
Jason R. Coombs 750a2b3896 Use tox instead of pytest-runner 8 years ago