From fc9b0e9cb018d2b941256737d8e888f35d8f6a81 Mon Sep 17 00:00:00 2001 From: Davin Potts Date: Fri, 8 Mar 2019 14:02:39 -0600 Subject: [PATCH 1/2] Fixed broken CoC link, tweaked spacing. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 1e274b3..bd9eb78 100644 --- a/README.rst +++ b/README.rst @@ -40,7 +40,7 @@ To set it to 1000000 use : .. code-block:: python # Initialze RFM radio - rfm9x = adafruit_rfm9x.RFM9x(spi, CS, RESET, RADIO_FREQ_MHZ,baudrate=1000000) + rfm9x = adafruit_rfm9x.RFM9x(spi, CS, RESET, RADIO_FREQ_MHZ, baudrate=1000000) @@ -48,7 +48,7 @@ Contributing ============ Contributions are welcome! Please read our `Code of Conduct -`_ +`_ before contributing to help this project stay welcoming. Building locally From 7205d164b6e47a7121ed621e59f5e8d4f97edc69 Mon Sep 17 00:00:00 2001 From: Davin Potts Date: Fri, 8 Mar 2019 14:03:25 -0600 Subject: [PATCH 2/2] Added Python 3.7 to compatible versions per local testing. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 236f5f4..ed7f39d 100644 --- a/setup.py +++ b/setup.py @@ -49,6 +49,7 @@ 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.7', ], # What does your project relate to?