-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
32 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
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,30 @@ | ||
[project] | ||
name = "soma-forge" | ||
version = "0.0.1" | ||
readme = "README.md" | ||
requires-python = ">=3.9" | ||
license = {text = "CeCILL-B"} | ||
classifiers = [ | ||
"Intended Audience :: Developers", | ||
"License :: OSI Approved", | ||
"Development Status :: 5 - Production/Stable", | ||
"Environment :: Console", | ||
"Operating System :: OS Independent", | ||
"Programming Language :: Python", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"Natural Language :: English", | ||
] | ||
dependencies = ["click", "rich", "toml", "pyaml", "gitpython"] | ||
|
||
[project.urls] | ||
repository = "https://github.com/neurospin/neuro-forge" | ||
|
||
[build-system] | ||
requires = ["setuptools"] | ||
build-backend = "setuptools.build_meta" | ||
|
||
[project.scripts] | ||
soma-forge = "soma_forge:cli" |
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,40 @@ | ||
package: | ||
name: soma-forge | ||
version: "0.0.1" | ||
|
||
source: | ||
path: . | ||
|
||
build: | ||
noarch: python | ||
|
||
python: | ||
entry_points: | ||
- soma-forge = soma_forge:cli | ||
|
||
script: python -m pip install --no-deps --ignore-installed . | ||
|
||
requirements: | ||
host: | ||
- python >=3.10 | ||
- pip | ||
run: | ||
- python >=3.10 | ||
- click | ||
- rich | ||
- toml | ||
- pyaml | ||
- gitpython | ||
|
||
|
||
tests: | ||
- python: | ||
imports: | ||
- soma_forge | ||
|
||
|
||
|
||
about: | ||
homepage: https://github.com/neurospin/neuro-forge | ||
license: BSD-3-Clause | ||
summary: Tool to create development environment and Conda packages for BrainVISA platform. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.