-
Notifications
You must be signed in to change notification settings - Fork 14
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 #58 from harripd/master
Updates for 0.9.1
- Loading branch information
Showing
3 changed files
with
7 additions
and
90 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -11,6 +11,7 @@ authors = [ | |
{name="Antonino Ingargiola", email="[email protected]"}, | ||
{name="Paul David Harris", email="[email protected]"} | ||
] | ||
maintainers = [{name="Paul David Harris", email="[email protected]"}, ] | ||
description = "Convert Beker&Hickl, PicoQuant and other formats to Photon-HDF5." | ||
readme = "README.md" | ||
license = {file = "LICENSE.txt"} | ||
|
@@ -39,17 +40,17 @@ requires-python = ">= 3.6" | |
dependencies = [ | ||
"numpy>=1.19", | ||
"tables", | ||
'importlib_resources;python_version<"3.10"' | ||
'importlib_resources;python_version<="3.10"' | ||
] | ||
|
||
[project.urls] | ||
Homepage = "http://photon-hdf5.github.io/phconvert/" | ||
Documentation = "https://phconvert.readthedocs.io/en/latest/" | ||
Repositors = "https://github.com/Photon-HDF5/phconvert" | ||
Repositories = "https://github.com/Photon-HDF5/phconvert" | ||
Issues = "https://github.com/Photon-HDF5/phconvert/issues" | ||
|
||
[tool.setuptools.packages.find] | ||
include = ['phconvert'] | ||
include = ['phconvert*'] | ||
|
||
[tool.setuptools.package-data] | ||
"phconvert.specs" = ["*.json",] | ||
|