Skip to main content

Test Script Development Library

Project description

1. 制作requirement.txt

pip freeze > requirement.txt

2. 打包

pip install --upgrade pip twine wheel setuptools

python setup.py sdist bdist_wheel

twine upload dist/*

使用twine upload --skip-existing dist/* 来忽略已经存在的库

3. 安装更新插件

pip install --upgrade tsdl

4. 参数说明

package_dir: 告诉Distutils哪些目录下的文件被映射到哪个源码包。一个例子:package_dir = {'': 'lib'},表示“root package”中的模块都在lib目录中。

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ats_base-1.3.2.tar.gz (10.0 kB view hashes)

Uploaded Source

Built Distribution

ats_base-1.3.2-py3-none-any.whl (13.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page