Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6cac26f

Browse files
author
Paul Sokolovsky
committed
select: Add setup metadata.
1 parent7251b8f commit6cac26f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

‎select/setup.py‎

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
importsys
2+
# Remove current dir from sys.path, otherwise distutils will peek up our
3+
# copy module instead of system.
4+
sys.path.pop(0)
5+
fromsetuptoolsimportsetup
6+
7+
setup(name='micropython-select',
8+
version='0.0.1',
9+
description='select module to MicroPython',
10+
url='https://github.com/micropython/micropython/issues/405',
11+
author='Paul Sokolovsky',
12+
author_email='micro-python@googlegroups.com',
13+
license='MIT',
14+
install_requires=['micropython-os'],
15+
py_modules=['select'])

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp