Skip to content

Commit

Permalink
Updated README.md and minor changes. New Version 1.1.3. New build file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Schmidt committed Aug 7, 2024
1 parent 0e843b8 commit 5d428b9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 18 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in

This file was deleted.

14 changes: 13 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.hatch.build.targets.wheel]
packages = ["src/ADScopeControl"]

[tool.hatch.build.targets.wheel.force-include]
"./pyproject.toml" = "./ADScopeControl/pyproject.toml"

[project]
name = "PyADScopeControl"
version = "1.1.3"
Expand All @@ -21,11 +31,13 @@ dependencies = [
'confPy6',
'mpPy6'
]

classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
]


[project.urls]
"Homepage" = "https://github.com/agentsmith29/PyADScopeControl"
"Homepage" = "https://github.com/agentsmith29/PyADScopeControl"
16 changes: 0 additions & 16 deletions src/setup.py

This file was deleted.

0 comments on commit 5d428b9

Please sign in to comment.