Skip to content

Commit

Permalink
moved to src layout
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Jan 17, 2024
1 parent d10f0c2 commit cc4877d
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 75 deletions.
24 changes: 0 additions & 24 deletions .circleci/config.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@ name: CI

on:
pull_request:
branches:
- develop
- main
push:
branches:
- develop
- main

jobs:
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ authors:
- family-names: "Faisal"
given-names: "Mohammed"
title: "OpenMC Plasma Source"
version: 0.2.4
date-released: 2022-01-31
version: 0.3.0
date-released: 2023-01-12
url: "https://github.com/fusion-energy/openmc-plasma-source"
41 changes: 36 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,42 @@
[build-system]
requires = [
"setuptools >= 45",
"wheel",
"setuptools_scm[toml] >= 6.2",
"setuptools_scm_git_archive",
"setuptools>=65.5.0",
"setuptools_scm[toml]>=7.0.5"
]
build-backend = "setuptools.build_meta"

[project]
name = "openmc_plasma_source"
dynamic = ["version"]
description = "Creates tokamak and ICF plasma sources for OpenMC"
readme = "README.md"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
authors = [
{ name="Rémi Delaporte-Mathurin" },
]
requires-python = ">=3.8"
keywords = ["python", "neutron", "fusion", "source", "openmc", "energy", "tokamak"]
dependencies = [
"numpy>=1.9",
"matplotlib>=3.2.2",
]

[project.urls]
"Homepage" = "https://github.com/fusion-energy/openmc-plasma-source"
"Bug Tracker" = "https://github.com/fusion-energy/openmc-plasma-source/issues"

[tool.setuptools_scm]
write_to = "openmc_plasma_source/_version.py"
write_to = "src/_version.py"

[project.optional-dependencies]
tests = [
"pytest>=5.4.3",
"hypothesis"
]

[tool.setuptools]
package-dir = {"" = "src"}
36 changes: 0 additions & 36 deletions setup.cfg

This file was deleted.

4 changes: 0 additions & 4 deletions setup.py

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit cc4877d

Please sign in to comment.