Skip to content

Commit 8aef7cf

Browse files
authored
Update setup.py
1 parent f28397c commit 8aef7cf

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
'Getting Started': 'https://netlicensing.io/getting-started/',
1414
'Documentation': 'https://netlicensing.io/wiki/restful-api',
1515
'Source': 'https://github.com/Labs64/NetLicensingClient-python',
16+
'Changelog': 'https://github.com/Labs64/NetLicensingClient-python/releases',
1617
'Tracker': 'https://github.com/Labs64/NetLicensingClient-python/issues',
1718
'CI': 'https://github.com/Labs64/NetLicensingClient-python/actions',
1819
},
@@ -29,6 +30,7 @@
2930
'Intended Audience :: Information Technology',
3031
'License :: OSI Approved :: Apache Software License',
3132
'Natural Language :: English',
33+
'Operating System :: OS Independent',
3234
'Programming Language :: Python',
3335
'Programming Language :: Python :: 3',
3436
'Programming Language :: Python :: 3.6',
@@ -40,4 +42,5 @@
4042
'Topic :: Utilities'
4143
],
4244
python_requires='>=3.6',
43-
)
45+
platforms=['any'],
46+
)

0 commit comments

Comments
 (0)