@@ -6,22 +6,34 @@ build-backend = "setuptools.build_meta"
66name = " exafs"
77dynamic = [" version" ]
88authors = [
9- {name = " CESNET / Jiri Vrany, Petr Adamec, Josef Verich, Jakub Man" }
9+ {name = " Jiri Vrany" , email = " jiri.vrany@cesnet.cz" },
10+ {name = " Petr Adamec" },
11+ {name = " Josef Verich" },
12+ {name = " Jakub Man" },
1013]
11- description = " Tool for creation, validation, and execution of ExaBGP messages."
14+ maintainers = [
15+ {name = " Jiri Vrany" }
16+ ]
17+ description = " Tool for creation, validation, and execution of ExaBGP messages for network security."
1218readme = " README.md"
1319license = {text = " MIT" }
1420requires-python = " >=3.9"
21+ keywords = [" bgp" , " exabgp" , " flowspec" , " ddos" , " network-security" , " CESNET" ]
1522classifiers = [
1623 " Development Status :: 4 - Beta" ,
17- " Intended Audience :: Developers" ,
24+ " Intended Audience :: System Administrators" ,
25+ " Intended Audience :: Telecommunications Industry" ,
1826 " License :: OSI Approved :: MIT License" ,
27+ " Operating System :: OS Independent" ,
1928 " Programming Language :: Python :: 3" ,
2029 " Programming Language :: Python :: 3.9" ,
2130 " Programming Language :: Python :: 3.10" ,
2231 " Programming Language :: Python :: 3.11" ,
2332 " Programming Language :: Python :: 3.12" ,
2433 " Programming Language :: Python :: 3.13" ,
34+ " Topic :: System :: Networking" ,
35+ " Topic :: Security" ,
36+ " Framework :: Flask" ,
2537]
2638dependencies = [
2739 " Flask>=2.0.2" ,
@@ -45,16 +57,14 @@ dependencies = [
4557[project .optional-dependencies ]
4658dev = [
4759 " pytest>=7.0.0" ,
48- # Add other dev-only dependencies here if needed
49- # "black>=22.0",
50- # "mypy>=0.950",
51- # "flake8>=4.0",
5260]
5361
5462[project .urls ]
5563Homepage = " https://github.com/CESNET/exafs"
5664Repository = " https://github.com/CESNET/exafs"
65+ Documentation = " https://github.com/CESNET/exafs/blob/master/README.md"
5766Issues = " https://github.com/CESNET/exafs/issues"
67+ Changelog = " https://github.com/CESNET/exafs/blob/master/README.md#change-log"
5868
5969[tool .setuptools .dynamic ]
6070version = {attr = " flowapp.__about__.__version__" }
@@ -63,4 +73,12 @@ version = {attr = "flowapp.__about__.__version__"}
6373include = [" flowapp*" ]
6474
6575[tool .setuptools .package-data ]
66- "*" = [" *" ]
76+ flowapp = [
77+ " static/*" ,
78+ " static/js/*" ,
79+ " templates/*" ,
80+ " templates/errors/*" ,
81+ " templates/forms/*" ,
82+ " templates/layouts/*" ,
83+ " templates/pages/*" ,
84+ ]
0 commit comments