Skip to content

Commit f125bc6

Browse files
authored
Merge pull request #61 from DynamicsAndNeuralSystems/jmoo2880-pypi-publish
Updated project name and requires-python
2 parents f81c846 + 6168c27 commit f125bc6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "pyspi-lib"
6+
name = "pyspi"
77
version = "0.4.2"
88
authors = [
99
{ name ="Oliver M. Cliff", email="[email protected]"},
@@ -15,7 +15,7 @@ maintainers = [
1515
description = "Library for pairwise analysis of time series data."
1616
readme = "README.md"
1717
license = {text = "GNU General Public License v3 (GPLv3)"}
18-
requires-python = ">=3.8"
18+
requires-python = ">=3.8,<3.10"
1919
classifiers = [
2020
"Programming Language :: Python",
2121
"Programming Language :: Python :: 3",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737

3838
setup(
39-
name='pyspi-lib',
39+
name='pyspi',
4040
packages=find_packages(),
4141
package_data={'': ['config.yaml',
4242
'sonnet_config.yaml',

0 commit comments

Comments
 (0)