File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 5
5
universal =1
6
6
7
7
[metadata]
8
+ license =Apache-2.0
8
9
license_files =LICENSE.txt
Original file line number Diff line number Diff line change 71
71
'Intended Audience :: Developers' ,
72
72
'Topic :: Software Development :: Interpreters' ,
73
73
74
- # License
75
- 'License :: OSI Approved :: Apache Software License' ,
76
-
77
74
# Python versions support
78
75
#'Programming Language :: Python :: 2',
79
76
#'Programming Language :: Python :: 2.6',
Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ if [[ "$PYPI_VERSION" == "$PORT_VERSION" ]]; then
30
30
fi
31
31
32
32
# Install dependencies and upload MetaCall package
33
- python3 -m pip install --user --upgrade twine setuptools wheel
33
+ python3 -m pip install --user --upgrade twine setuptools wheel build
34
+ python3 -m build
34
35
python3 setup.py sdist bdist_wheel
35
36
python3 -m twine check dist/*
36
37
python3 -m twine upload dist/*
You can’t perform that action at this time.
0 commit comments