-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
adeffbf
commit c08f070
Showing
3 changed files
with
35 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,6 @@ | |
|
||
MAJOR=1 | ||
MINOR=0 | ||
PATCH=0 | ||
PATCH=2 | ||
|
||
VERSION=f'{MAJOR}.{MINOR}.{PATCH}' |
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[build-system] | ||
requires = ["setuptools>=61.0"] | ||
build-backend = "setuptools.build_meta" | ||
|
||
[project] | ||
name = "psytestbench" | ||
version = "1.0.2" | ||
authors = [ | ||
{ name="Pat Deegan", email="[email protected]" }, | ||
] | ||
description = "" | ||
readme = "README.md" | ||
requires-python = ">=3.7" | ||
classifiers = [ | ||
"Programming Language :: Python :: 3", | ||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)", | ||
"Operating System :: OS Independent", | ||
"Classifier: Development Status :: 4 - Beta", | ||
"Topic :: Scientific/Engineering", | ||
] | ||
|
||
[project.urls] | ||
"Homepage" = "https://github.com/psychogenic/psytestbench" | ||
"Bug Tracker" = "https://github.com/psychogenic/psytestbench/issues" |