Skip to content

Commit

Permalink
Including typing data into pyproject.toml. Updating changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitenti committed Dec 25, 2023
1 parent 3074165 commit d15f6f8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Expand Up @@ -4,6 +4,12 @@ CHANGELOG
[Current]

[v0.19.2]
* Including typing data into pyproject.toml.

* Fixing minor doc glitches. (#128)

* Updated changelog.

* Fixed project name in pyproject.toml.

* New minor version.
Expand Down
9 changes: 7 additions & 2 deletions pyproject.toml
Expand Up @@ -18,6 +18,8 @@ classifiers = [
"Programming Language :: Python :: 3.12",
"Topic :: Software Development :: Libraries",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Astronomy",
"Topic :: Scientific/Engineering :: Physics",
"Operating System :: POSIX :: Linux",
"Operating System :: POSIX",
"Operating System :: Unix",
Expand All @@ -43,8 +45,11 @@ Repository = "https://github.com/NumCosmo/NumCosmo"
Documentation = "https://numcosmo.github.io/"
Changelog = "https://github.com/NumCosmo/NumCosmo/blob/master/ChangeLog.md"

[tool.setuptools]
package-dir = {numcosmo_py = "numcosmo_py"}
[tool.setuptools.package-dir]
numcosmo_py = "numcosmo_py"

[tool.setuptools.package-data]
mypkg = ["*.pyi", "py.typed"]

[build-system]
requires = ["setuptools"]
Expand Down

0 comments on commit d15f6f8

Please sign in to comment.