- Secret Recipes of the Python Ninja
- Cody Jackson
- 132字
- 2021-06-25 22:14:44
Getting ready
Your project files need to be configured in the proper way so they are of use to other developers, and are listed properly on PyPI. The most important step of this process is setting up the setup.py file, which sits in the root of your project's directory.
setup.py contains configuration data for your project, particularly the setup() function, which defines the details of the project. It is also the command-line interface for running commands related to the packaging process.
A license (license.txt) should be included with the package. This file is important because, in some areas, a package without an explicit license cannot be legally used or distributed by anyone but the copyright holder. Including the license ensures both the creator and users are legally protected against copyright infringement issues.
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- Unity 2020 Mobile Game Development
- Offer來了:Java面試核心知識點精講(原理篇)
- 編程珠璣(續)
- 基于免疫進化的算法及應用研究
- Java Web基礎與實例教程
- 深度學習:算法入門與Keras編程實踐
- Scala謎題
- Apache Mahout Clustering Designs
- Programming with CodeIgniterMVC
- Java 9 Programming By Example
- Practical GIS
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- Maven for Eclipse
- Access數據庫應用教程(2010版)