mirror of
https://github.com/lavaux/glmath.git
synced 2024-11-23 11:38:29 +01:00
fix: import, name and initial version
This commit is contained in:
parent
1a8fe60a56
commit
ebb4932c27
@ -1,7 +1,7 @@
|
|||||||
[project]
|
[project]
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
requires-python = ">= 3.8"
|
requires-python = ">= 3.8"
|
||||||
name = "pysphereproj"
|
name = "glmath"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"numpy"
|
"numpy"
|
||||||
]
|
]
|
||||||
@ -16,8 +16,8 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://git.aquila-consortium.org/guilhem_lavaux/pysphereproj"
|
Homepage = "https://github.com/guilhem_lavaux/glmath"
|
||||||
Issues = "https://git.aquila-consortium.org/guilhem_lavaux/pysphereproj/issues"
|
Issues = "https:///github.com/guilhem_lavaux/glmath/issues"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools >= 61.0", "numpy", "wheel", "Cython", "python-semantic-release"]
|
requires = ["setuptools >= 61.0", "numpy", "wheel", "Cython", "python-semantic-release"]
|
||||||
@ -29,7 +29,7 @@ version_toml = [
|
|||||||
"pyproject.toml:project.version",
|
"pyproject.toml:project.version",
|
||||||
]
|
]
|
||||||
version_variables = [
|
version_variables = [
|
||||||
"src/sphereproj/__init__.py:__version__"
|
"src/glmath/__init__.py:__version__"
|
||||||
]
|
]
|
||||||
build_command_env = []
|
build_command_env = []
|
||||||
commit_message = "{version}\n\nAutomatically generated by python-semantic-release"
|
commit_message = "{version}\n\nAutomatically generated by python-semantic-release"
|
||||||
|
@ -0,0 +1,2 @@
|
|||||||
|
from _cosmomath import *
|
||||||
|
__version__ = "1.0.0"
|
Loading…
Reference in New Issue
Block a user