Skip to content

Commit

Permalink
Add classifiers and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ljodal committed Jul 6, 2022
1 parent 60244b1 commit de68ed8
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
[tool.poetry]
name = "oida"
version = "0.0.1"
description = "Oda's very own linter"
version = "0.1.0-alpha.1"
description = "Oida is Oda's linter that enforces code style and modularization in our Django projects."
authors = ["Oda <[email protected]>"]
license = "MIT"
classifiers = [
"Development Status :: 3 - Alpha",
"Environment :: Console",
"Framework :: Django",
"Framework :: Flake8",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Quality Assurance",
]

[tool.poetry.dependencies]
python = "^3.10"
Expand Down

0 comments on commit de68ed8

Please sign in to comment.