vunghixuan 0.1.5__tar.gz → 0.1.6__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {vunghixuan-0.1.5 → vunghixuan-0.1.6}/PKG-INFO +1 -1
- {vunghixuan-0.1.5 → vunghixuan-0.1.6}/setup.py +23 -3
- {vunghixuan-0.1.5 → vunghixuan-0.1.6}/vunghixuan.egg-info/PKG-INFO +1 -1
- {vunghixuan-0.1.5 → vunghixuan-0.1.6}/config/__init__.py +0 -0
- {vunghixuan-0.1.5 → vunghixuan-0.1.6}/config/config_menubar.py +0 -0
- {vunghixuan-0.1.5 → vunghixuan-0.1.6}/config/settings.py +0 -0
- {vunghixuan-0.1.5 → vunghixuan-0.1.6}/config/settings_1.py +0 -0
- {vunghixuan-0.1.5 → vunghixuan-0.1.6}/config/settings_2.py +0 -0
- {vunghixuan-0.1.5 → vunghixuan-0.1.6}/setup.cfg +0 -0
- {vunghixuan-0.1.5 → vunghixuan-0.1.6}/vunghixuan/__init__.py +0 -0
- {vunghixuan-0.1.5 → vunghixuan-0.1.6}/vunghixuan/api_and_otp.py +0 -0
- {vunghixuan-0.1.5 → vunghixuan-0.1.6}/vunghixuan/create_files_for_package.py +0 -0
- {vunghixuan-0.1.5 → vunghixuan-0.1.6}/vunghixuan/gui_main.py +0 -0
- {vunghixuan-0.1.5 → vunghixuan-0.1.6}/vunghixuan/login.py +0 -0
- {vunghixuan-0.1.5 → vunghixuan-0.1.6}/vunghixuan/main.py +0 -0
- {vunghixuan-0.1.5 → vunghixuan-0.1.6}/vunghixuan/project.py +0 -0
- {vunghixuan-0.1.5 → vunghixuan-0.1.6}/vunghixuan/setting_controlls.py +0 -0
- {vunghixuan-0.1.5 → vunghixuan-0.1.6}/vunghixuan/settings.py +0 -0
- {vunghixuan-0.1.5 → vunghixuan-0.1.6}/vunghixuan.egg-info/SOURCES.txt +0 -0
- {vunghixuan-0.1.5 → vunghixuan-0.1.6}/vunghixuan.egg-info/dependency_links.txt +0 -0
- {vunghixuan-0.1.5 → vunghixuan-0.1.6}/vunghixuan.egg-info/entry_points.txt +0 -0
- {vunghixuan-0.1.5 → vunghixuan-0.1.6}/vunghixuan.egg-info/requires.txt +0 -0
- {vunghixuan-0.1.5 → vunghixuan-0.1.6}/vunghixuan.egg-info/top_level.txt +0 -0
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
2
2
|
|
3
3
|
setup(
|
4
4
|
name='vunghixuan',
|
5
|
-
version='0.1.
|
5
|
+
version='0.1.6',
|
6
6
|
description='Get API, OTP, Create Project',
|
7
7
|
long_description='Gói này cung cấp các chức năng để lấy API, tạo OTP và quản lý dự án.Tạo giao diện User - date: 250217',
|
8
8
|
author='Đặng Thanh Vũ',
|
@@ -36,12 +36,32 @@ setup(
|
|
36
36
|
|
37
37
|
|
38
38
|
"""
|
39
|
-
Tải gói
|
39
|
+
Tải gói thành công:
|
40
|
+
|
41
|
+
1. Tạo ra các gói phân phối: python setup.py sdist bdist_wheel
|
42
|
+
2. twine upload --username __token__ --password pypi-AgEIcHlwaS5vcmcCJGI3M2QzMDRmLTQwMDQtNDRiMy1iOGQ5LWVlZTBkZTIyZTEzYgACKlszLCI4OWIwMTU4NS0wNzFhLTQ1M2ItYTU2Yi1lMjU2YTAyYzUzMzkiXQAABiCclcNA_QewKusm6sWeIMUaR7TjTg23tmwFdGgecgsPmg dist/*
|
43
|
+
|
44
|
+
----------------------------------------------
|
45
|
+
Tải gói bắng file .pypirc
|
40
46
|
1. Tạo ra các gói phân phối: python setup.py sdist bdist_wheel
|
41
|
-
|
47
|
+
|
48
|
+
|
49
|
+
2. Cấu hình file: .pypirc
|
50
|
+
Ghi chú: %USERPROFILE%\.pypirc trên Windows
|
51
|
+
Nội dung file:
|
52
|
+
[pypi]
|
53
|
+
repository = https://upload.pypi.org/legacy/
|
54
|
+
token = pypi-AgEIcHlwaS5vcmcCJGI3M2QzMDRmLTQwMDQtNDRiMy1iOGQ5LWVlZTBkZTIyZTEzYgACKlszLCI4OWIwMTU4NS0wNzFhLTQ1M2ItYTU2Yi1lMjU2YTAyYzUzMzkiXQAABiCclcNA_QewKusm6sWeIMUaR7TjTg23tmwFdGgecgsPmg
|
55
|
+
|
42
56
|
3. Tải gói lên pypi: twine upload --repository vunghixuan dist/*
|
43
57
|
|
44
58
|
|
45
59
|
python setup.py sdist upload
|
60
|
+
Nếu lỗi: twine upload dist/* --verbose
|
61
|
+
|
62
|
+
|
63
|
+
1. Tạo ra các gói phân phối: python setup.py sdist bdist_wheel
|
64
|
+
2. twine upload --username __token__ --password pypi-AgEIcHlwaS5vcmcCJGI3M2QzMDRmLTQwMDQtNDRiMy1iOGQ5LWVlZTBkZTIyZTEzYgACKlszLCI4OWIwMTU4NS0wNzFhLTQ1M2ItYTU2Yi1lMjU2YTAyYzUzMzkiXQAABiCclcNA_QewKusm6sWeIMUaR7TjTg23tmwFdGgecgsPmg dist/*
|
46
65
|
|
66
|
+
Mai xem :https://www.youtube.com/watch?v=4gG8Ans-imw
|
47
67
|
"""
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|