ã¾ãã¯pipã§ã¤ã³ã¹ãã¼ã«ã§ããå½¢ã«ããã ãã£ã¬ã¯ããªæ§æã¯ä»¥ä¸ã®ã¨ããã pip_github_test |--pip_github_test | |--__init__.py | |--test.py |--README.md |--setup.py __init__.py pip_github_testã¯ã©ã¤ãã©ãªã®ãã£ã¬ã¯ããªã§ããã¼ã£ã¦ãã¨ã示ãããã®ãã¡ã¤ã«ã ã¤ãã§ã«__author__ãªã©ã®æ å ±ãããã¸è¨è¿°ãã¦ãããã #!/usr/bin/env python # coding: utf-8 from test import foo __author__ = 'junion' __version__ = '0.0.1' __license__ = 'MIT' test.py fooé¢æ°ãå¼ã³åºãã¨fooã£ã¦åºåããã ãã®ã©ã¤ãã©ãªã __init__.pyã§i
{{#tags}}- {{label}}
{{/tags}}