Skip to content

Commit

Permalink
Updated pyproject.toml; Removed no longer needed files
Browse files Browse the repository at this point in the history
  • Loading branch information
OCopping committed May 13, 2024
1 parent 4a2b9c9 commit 068fbf7
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 1,199 deletions.
17 changes: 0 additions & 17 deletions Pipfile

This file was deleted.

935 changes: 0 additions & 935 deletions Pipfile.lock

This file was deleted.

42 changes: 0 additions & 42 deletions README.rst

This file was deleted.

14 changes: 8 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,20 @@ name = "arc-hvbias"
classifiers = [
"Development Status :: 3 - Alpha",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
description = "A Python softioc module for controlling the ARC detector HV Bias"
dependencies = [] # Add project dependencies here, e.g. ["click", "numpy"]
dependencies = [
"pyserial",
"softioc",
"asyncio",
"importlib_metadata",
] # Add project dependencies here, e.g. ["click", "numpy"]
dynamic = ["version"]
license.file = "LICENSE"
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.11"

[project.optional-dependencies]
dev = [
Expand Down
86 changes: 0 additions & 86 deletions setup.cfg

This file was deleted.

13 changes: 0 additions & 13 deletions setup.py

This file was deleted.

100 changes: 0 additions & 100 deletions src/arc_hvbias/_version_git.py

This file was deleted.

0 comments on commit 068fbf7

Please sign in to comment.