diff --git a/Makefile b/Makefile index c82b7c54..efbb4d28 100644 --- a/Makefile +++ b/Makefile @@ -28,3 +28,6 @@ profile: # Usage $ > make PIOARGS="boards" profile python -m cProfile -o .tox/.tmp/cprofile.prof $(shell which platformio) ${PIOARGS} snakeviz .tox/.tmp/cprofile.prof + +publish: + python setup.py sdist upload diff --git a/README.rst b/README.rst index ee1f6896..06d7c2e3 100644 --- a/README.rst +++ b/README.rst @@ -23,7 +23,7 @@ PlatformIO **Quick Links:** `Web `_ | `PIO Plus `_ | `PlatformIO IDE `_ | -`Project Examples `_ | +`Project Examples `__ | `Docs `_ | `Donate `_ | `Contact Us `_ @@ -53,7 +53,7 @@ Open Source * `PlatformIO IDE `_ * `PlatformIO Core (CLI) `_ * `Library Management `_ -* `Project Examples `_ +* `Project Examples `__ * `Desktop IDEs Integration `_ * `Continuous Integration `_ * `Advanced Scripting API `_ diff --git a/setup.py b/setup.py index eb667d72..bca47b1f 100644 --- a/setup.py +++ b/setup.py @@ -65,6 +65,7 @@ setup( "Operating System :: OS Independent", "Programming Language :: C", "Programming Language :: Python", + "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Software Development", "Topic :: Software Development :: Build Tools",