Skip to content

Commit

Permalink
feat: improve capymoa environment configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tachyonicClock authored and hmgomes committed May 2, 2024
1 parent c7b7c1b commit ee96275
Show file tree
Hide file tree
Showing 16 changed files with 264 additions and 467 deletions.
8 changes: 8 additions & 0 deletions docs/api/env.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Environment Variables
=====================

.. automodule:: capymoa.env
:members:
:undoc-members:
:show-inheritance:
:inherited-members:
1 change: 1 addition & 0 deletions docs/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ with the :ref:`tutorials<tutorials>`.
:caption: Other

splitcriteria
env
142 changes: 0 additions & 142 deletions environment.yml

This file was deleted.

152 changes: 0 additions & 152 deletions environment_wds.yml

This file was deleted.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ path = "src/capymoa/__about__.py"
[tool.hatch.build.targets.wheel]
# Defines the directories included in the wheel package
packages = ["src/capymoa", "src/moa-stubs", "src/com-stubs"]
artifacts = ["src/capymoa/jar/moa.jar"]
artifacts = ["src/capymoa/jar/moa.jar", "src/capymoa/jar/Home.class"]

# src/moa-stubs and src/com-stubs are included in the git ignore file
# that hatch inherits. To include them anyway we need to set ignore-vcs to true.
Expand All @@ -75,7 +75,7 @@ ignore-vcs = true
[tool.hatch.build.targets.sdist]
# Defines the directories included in the source distribution package (sdist).
packages = ["src/capymoa", "src/moa-stubs", "src/com-stubs"]
artifacts = ["src/capymoa/jar/moa.jar"]
artifacts = ["src/capymoa/jar/moa.jar", "src/capymoa/jar/Home.class"]

# src/moa-stubs and src/com-stubs are included in the git ignore file
# that hatch inherits. To include them anyway we need to set ignore-vcs to true.
Expand Down
Loading

0 comments on commit ee96275

Please sign in to comment.