-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from ussserrr/dev
v0.95
- Loading branch information
Showing
8 changed files
with
282 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,8 @@ | |
author='ussserrr', | ||
author_email='[email protected]', | ||
description="Small cross-platform Python app that can create and update PlatformIO projects from STM32CubeMX .ioc " | ||
"files.", | ||
"files. It uses STM32CubeMX to generate a HAL-framework based code and alongside creates PlatformIO " | ||
"project with the compatible framework specified", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/ussserrr/stm32pio", | ||
|
@@ -24,6 +25,7 @@ | |
"Environment :: Console", | ||
"Topic :: Software Development :: Embedded Systems" | ||
], | ||
python_requires='>=3.6', | ||
include_package_data=True, | ||
entry_points={ | ||
'console_scripts': [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.