mirror of
https://github.com/k4yt3x/wg-meshconf.git
synced 2024-11-22 07:33:27 +01:00
Merge pull request #13 from k4yt3x/feature/add_classifiers
Add python minor version classifiers
This commit is contained in:
commit
c6f001ed6f
6
setup.py
6
setup.py
@ -32,8 +32,12 @@ setuptools.setup(
|
||||
"Environment :: Console",
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.6",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Operating System :: OS Independent",
|
||||
],
|
||||
python_requires=">=3.6",
|
||||
entry_points={"console_scripts": ["wg-meshconf = wg_meshconf:main"]},
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user