@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " code2skill"
7- version = " 0.1.0 "
8- description = " Generate AI-ready skills, repository blueprints, and rule files from real Python repositories ."
7+ version = " 0.1.1 "
8+ description = " Generate repository-aware Skills, blueprints, and AI rule files from real Python codebases ."
99readme = " README.md"
1010requires-python = " >=3.10"
1111license = " Apache-2.0"
@@ -16,7 +16,7 @@ authors = [
1616dependencies = [
1717 " tomli>=2.0.1; python_version < '3.11'" ,
1818]
19- keywords = [" ai " , " python" , " repository-analysis " , " skills" , " agents " , " codex " , " cursor " , " claude-code " , " copilot " , " windsurf " ]
19+ keywords = [" python" , " ai " , " skills" , " repository-analysis " , " ai-agents " , " developer-tools " ]
2020classifiers = [
2121 " Development Status :: 3 - Alpha" ,
2222 " Environment :: Console" ,
@@ -27,16 +27,17 @@ classifiers = [
2727 " Programming Language :: Python :: 3.10" ,
2828 " Programming Language :: Python :: 3.11" ,
2929 " Programming Language :: Python :: 3.12" ,
30- " Topic :: Software Development :: Build Tools" ,
31- " Topic :: Utilities" ,
3230 " Topic :: Software Development :: Libraries :: Python Modules" ,
31+ " Topic :: Software Development :: Documentation" ,
32+ " Topic :: Utilities" ,
3333]
3434
3535[project .urls ]
3636Homepage = " https://github.com/oceanusXXD/code2skill"
3737Repository = " https://github.com/oceanusXXD/code2skill"
3838Documentation = " https://github.com/oceanusXXD/code2skill#readme"
3939Issues = " https://github.com/oceanusXXD/code2skill/issues"
40+ Changelog = " https://github.com/oceanusXXD/code2skill/blob/main/docs/releases/v0.1.1.md"
4041
4142[project .optional-dependencies ]
4243dev = [
0 commit comments