We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb82eb6 commit bc64fa3Copy full SHA for bc64fa3
pyproject.toml
@@ -1,8 +1,3 @@
1
[project]
2
name = "asyncproxy"
3
-license = "BSD-2-Clause"
4
license-files = ["LICENSE"]
5
-
6
-[build-system]
7
-requires = ["setuptools"]
8
-build-backend = "setuptools.build_meta"
setup.py
@@ -63,8 +63,8 @@ def get_ex_mod():
63
'packages':['asyncproxy',],
64
'package_dir':{'asyncproxy':'python'},
65
'ext_modules': get_ex_mod(),
66
+ 'license': 'BSD-2-Clause',
67
'classifiers': [
- 'License :: OSI Approved :: BSD License',
68
'Operating System :: POSIX',
69
'Programming Language :: C',
70
'Programming Language :: Python'
0 commit comments