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