-
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
1 parent
470610a
commit bf684b7
Showing
2 changed files
with
8 additions
and
13 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -4,25 +4,20 @@ build-backend = "hatchling.build" | |
|
||
[project] | ||
name = "pystages" | ||
version = "1.1.1b" | ||
version = "1.2b" | ||
authors = [ | ||
{ name="Olivier Hérivaux", email="[email protected]" }, | ||
{ name="Michaël Mouchous", email="[email protected]" }, | ||
{ name = "Olivier Hérivaux", email = "[email protected]" }, | ||
{ name = "Michaël Mouchous", email = "[email protected]" }, | ||
] | ||
description = "Motorized stage control library for scientific applications" | ||
readme = "README.md" | ||
requires-python = ">=3.9" | ||
classifiers = [ | ||
"Programming Language :: Python :: 3", | ||
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", | ||
"Operating System :: OS Independent", | ||
] | ||
dependencies = [ | ||
"pyserial", | ||
"pyusb", | ||
"numpy", | ||
"pyqt6" | ||
"Programming Language :: Python :: 3", | ||
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", | ||
"Operating System :: OS Independent", | ||
] | ||
dependencies = ["pyserial", "pyusb", "numpy", "pyqt6"] | ||
|
||
[project.urls] | ||
"Homepage" = "https://github.com/Ledger-Donjon/pystages" | ||
|