Skip to content

Commit

Permalink
Add typing and package classifiers (#811)
Browse files Browse the repository at this point in the history
* add pytyped

* add the py.typed file
  • Loading branch information
wd60622 authored and twiecki committed Sep 10, 2024
1 parent 68dbbb6 commit 4e6dbcc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Empty file added pymc_marketing/py.typed
Empty file.
14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@ readme = "README.md"
license = { file = "LICENSE" }
dynamic = ["version"]
maintainers = [{ name = "PyMC Labs", email = "[email protected]" }]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: Apache Software License",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Mathematics",
"Operating System :: OS Independent",
"Typing :: Typed",
]

dependencies = [
"arviz>=0.13.0",
Expand Down

0 comments on commit 4e6dbcc

Please sign in to comment.