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 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?