mirror of
https://github.com/platformio/platformio-core.git
synced 2025-10-04 09:30:55 +02:00
Preparing for first Alpha
This commit is contained in:
3
setup.py
3
setup.py
@@ -23,13 +23,14 @@ setup(
|
||||
# "SCons"
|
||||
],
|
||||
packages=find_packages(),
|
||||
package_data={"platformio": ["*.ini"]},
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
"platformio = platformio.__main__:main"
|
||||
]
|
||||
},
|
||||
classifiers=[
|
||||
"Development Status :: 2 - Pre-Alpha",
|
||||
"Development Status :: 3 - Alpha",
|
||||
"Environment :: Console",
|
||||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
|
Reference in New Issue
Block a user