Skip to content

Commit

Permalink
added classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
nucccc committed May 9, 2024
1 parent 4c80731 commit 5ba7fec
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,18 @@
install_requires=[
'pydantic >= 2.4.2',
'coverage >= 7.3.2'
])
],
classifiers=[
'Intended Audience :: Developers'
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Software Development :: Code Generators'
]
)

0 comments on commit 5ba7fec

Please sign in to comment.