-
Notifications
You must be signed in to change notification settings - Fork 61
Add pyproject.toml #464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Add pyproject.toml #464
Changes from 5 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
0300a20
add pyproject.toml
freemansw1 673aa27
add version number to toml file
freemansw1 92accea
fixes to setup.py with definitions moved to pyproject.toml
freemansw1 e993b4f
Merge remote-tracking branch 'upstream/main' into add_pyproj_toml
freemansw1 446cea0
Merge remote-tracking branch 'upstream/main' into add_pyproj_toml
freemansw1 04f09e0
update init to pull version from pyproject.toml
freemansw1 11eeffc
fix to make sure it works with package install
freemansw1 0289b6c
fix to version to read toml without installing
freemansw1 9ab6082
add alternative version option
freemansw1 830274e
Merge remote-tracking branch 'upstream/main' into add_pyproj_toml
freemansw1 b270b29
update version number
freemansw1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
---|---|---|
@@ -0,0 +1,45 @@ | ||
[build-system] | ||
requires = ["setuptools"] | ||
build-backend = "setuptools.build_meta" | ||
|
||
[project] | ||
name = "tobac" | ||
version = "1.5.4" | ||
authors = [ | ||
{ name="Max Heikenfeld", email="max.heikenfeld@physics.ox.ac.uk" }, | ||
{ name="William Jones", email="william.jones@physics.ox.ac.uk" }, | ||
{ name="Fabian Senf", email="senf@tropos.de" }, | ||
{ name="Sean Freeman", email="sean.freeman@uah.edu" }, | ||
{ name="Julia Kukulies", email="kukulies@ucar.edu" }, | ||
{ name="Kelcy Brunner", email="Kelcy.Brunner@ttu.edu" }, | ||
] | ||
description = "A package for identifying and tracking atmospheric phenomena" | ||
readme = "README.md" | ||
requires-python = ">=3.7" | ||
classifiers = [ | ||
"Development Status :: 5 - Production/Stable", | ||
"Environment :: Console", | ||
"Intended Audience :: Education", | ||
"Intended Audience :: Science/Research", | ||
"Intended Audience :: Developers", | ||
"License :: OSI Approved :: BSD License", | ||
"Operating System :: POSIX :: Linux", | ||
"Operating System :: MacOS :: MacOS X", | ||
"Operating System :: Microsoft :: Windows", | ||
"Programming Language :: Python", | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3 :: Only", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"Topic :: Scientific/Engineering", | ||
"Topic :: Scientific/Engineering :: Atmospheric Science", | ||
] | ||
|
||
[project.urls] | ||
Homepage = "http://github.com/tobac-project/tobac" | ||
Documentation = "http://tobac.io" | ||
Issues = "http://github.com/tobac-project/tobac/issues" |
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.