-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from chrishavlin/more_repo_setup
More project config
- Loading branch information
Showing
3 changed files
with
30 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "yt_experiments" | ||
version = "0.1.0" | ||
authors = [ | ||
{ name="The yt project", email="[email protected]"}, | ||
] | ||
|
@@ -18,6 +17,11 @@ classifiers = [ | |
"License :: OSI Approved :: BSD License", | ||
] | ||
dependencies=['yt>4.2.0', 'numpy'] | ||
dynamic = ["version"] | ||
|
||
[tool.setuptools.dynamic] | ||
version = {attr = "yt_experiments.__version__"} | ||
|
||
|
||
[project.readme] | ||
file = "README.md" | ||
|