Skip to content

Commit

Permalink
🔧 add version and dependencies to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Sep 16, 2024
1 parent f202375 commit f3e84ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
1 change: 0 additions & 1 deletion froide_campaign/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
__version__ = "0.0.1"
12 changes: 8 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,16 @@ classifiers = [
"Programming Language :: Python :: 3.12",
"Topic :: Utilities",
]
dynamic = ["version"]
dependencies = ["froide"]
version = "0.0.1"
dependencies = [
"django-filter",
"django-admin-sortable2",
"djangorestframework",
]

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["froide_campaign"]
[tool.setuptools.packages.find]
include = ["froide_campaign*"]

0 comments on commit f3e84ba

Please sign in to comment.