aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorPaul Ganssle <pganssle@users.noreply.github.com>2017-12-12 22:09:30 +0000
committerGitHub <noreply@github.com>2017-12-12 22:09:30 +0000
commit08b7290f23ac6ee50d3ba3e3195525b016dc8873 (patch)
tree517d98bd90a8226e278e99d7585b41e5ed2f6eb3 /README.rst
parent646a2a58a61ebec69e41b4f4e161fb6651ca1504 (diff)
parenta508567aedc5a7bda5f839c3b67d28ee88cea712 (diff)
downloaddateutil-08b7290f23ac6ee50d3ba3e3195525b016dc8873.tar.gz
Merge pull request #562 from kynan/conda-dev-environment
Add development setup instructions to CONTRIBUTING
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst37
1 files changed, 14 insertions, 23 deletions
diff --git a/README.rst b/README.rst
index 2a1b4a0..2d55560 100644
--- a/README.rst
+++ b/README.rst
@@ -93,6 +93,11 @@ date out of the "date" unix system command. Here is the code:
Being exactly 6 months ahead was **really** a coincidence :)
+Contributing
+============
+
+We welcome many types of contributions - bug reports, pull requests (code, infrastructure or documentation fixes). For more information about how to contribute to the project, see the ``CONTRIBUTING.md`` file in the repository.
+
Author
======
@@ -106,16 +111,9 @@ It is maintained by:
* Yaron de Leeuw <me@jarondl.net> 2014-2016
* Paul Ganssle <paul@ganssle.io> 2015-
-Our mailing list is available at `dateutil@python.org <https://mail.python.org/mailman/listinfo/dateutil>`_. As it is hosted by the PSF, it is subject to the `PSF code of
-conduct <https://www.python.org/psf/codeofconduct/>`_.
-
-Building and releasing
-======================
-When you get the source, it does not contain the internal zoneinfo
-database. To get (and update) the database, run the updatezinfo.py script. Make sure
-that the zic command is in your path, and that you have network connectivity
-to get the latest timezone information from IANA, or from `our mirror of the
-IANA database <https://dateutil.github.io/tzdata/>`_.
+Starting with version 2.4.1, all source and binary distributions will be signed
+by a PGP key that has, at the very least, been signed by the key which made the
+previous release. A table of release signing keys can be found below:
Starting with version 2.4.1, all source and binary distributions will be signed
by a PGP key that has, at the very least, been signed by the key which made the
@@ -127,24 +125,17 @@ Releases Signing key fingerprint
2.4.1- `6B49 ACBA DCF6 BD1C A206 67AB CD54 FCE3 D964 BEFB`_
=========== ============================
-Testing
-=======
-dateutil has a comprehensive test suite, which can be run simply by running
-`python -m pytest` in the project root. Note that if you don't have the internal
-zoneinfo database, some tests will fail. Apart from that, all tests should pass.
-
-To easily test dateutil against all supported Python versions, you can use
-`tox <https://tox.readthedocs.io/en/latest/>`_.
-
-All github pull requests are automatically tested using travis and appveyor.
+Contact
=======
+Our mailing list is available at `dateutil@python.org <https://mail.python.org/mailman/listinfo/dateutil>`_. As it is hosted by the PSF, it is subject to the `PSF code of
+conduct <https://www.python.org/psf/codeofconduct/>`_.
+
License
=======
All contributions after December 1, 2017 released under dual license - either `Apache 2.0 License <https://www.apache.org/licenses/LICENSE-2.0>`_ or the `BSD 3-Clause License <https://opensource.org/licenses/BSD-3-Clause>`_. Contributions before December 1, 2017 - except those those explicitly relicensed - are released only under the BSD 3-Clause License.
-.. _6B49 ACBA DCF6 BD1C A206 67AB CD54 FCE3 D964 BEFB:
- https://pgp.mit.edu/pks/lookup?op=vindex&search=0xCD54FCE3D964BEFB
-
+.. _6B49 ACBA DCF6 BD1C A206 67AB CD54 FCE3 D964 BEFB:
+ https://pgp.mit.edu/pks/lookup?op=vindex&search=0xCD54FCE3D964BEFB \ No newline at end of file