Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
include README.rst
include CHANGES.rst
include licenses/LICENSE.rst
include setup.cfg
include pyproject.toml
include tox.ini
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ readme = "README.rst"
authors = [
{ name = "Andrew Hearin", email = "[email protected]" }
]
license = { file = 'LICENSE' }
license = "BSD-3-Clause"
license-files = ['LICENSE']
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: BSD License",
]
requires-python = ">=3.11"

Expand All @@ -34,7 +34,6 @@ docs = [
include-package-data = true
package-dir = {halotools = "halotools"}
package-data = {halotools = ["data/*", "*/data/*", "*/*/data/*", "*/*/*/data/*", "*/*/*/*/data/*", "*/*/*/*/*/data/*", "*/*/*/*/*/*/data/*"]}
license-files = ["licenses/*.rst"]

[tool.pytest.ini_options]
minversion = "7.0"
Expand Down