|
@@ -1,6 +1,6 @@
|
|
#!/usr/bin/env python
|
|
#!/usr/bin/env python
|
|
|
|
|
|
-# Copyright 2022 Avaiga Private Limited
|
|
|
|
|
|
+# Copyright 2023 Avaiga Private Limited
|
|
#
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
|
|
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
|
|
# the License. You may obtain a copy of the License at
|
|
# the License. You may obtain a copy of the License at
|
|
@@ -45,6 +45,7 @@ setup(
|
|
"Programming Language :: Python :: 3.8",
|
|
"Programming Language :: Python :: 3.8",
|
|
"Programming Language :: Python :: 3.9",
|
|
"Programming Language :: Python :: 3.9",
|
|
"Programming Language :: Python :: 3.10",
|
|
"Programming Language :: Python :: 3.10",
|
|
|
|
+ "Programming Language :: Python :: 3.11",
|
|
],
|
|
],
|
|
description="A 360° open-source platform from Python pilots to production-ready web apps.",
|
|
description="A 360° open-source platform from Python pilots to production-ready web apps.",
|
|
install_requires=requirements,
|
|
install_requires=requirements,
|