Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How about adding pyproject.toml for local directory installation with the newer version of pip (>=v25) ? #47

Open
jesseclin opened this issue Jan 5, 2025 · 0 comments

Comments

@jesseclin
Copy link
Contributor

For example:

[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"

[project]
name = "hwt"
version = "3.8"
description = "A library for a construction and analysis of digital circuits"
readme = "README.md"
authors = [
{name = "Michal Orsak", email = "[email protected]"},
]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
"Topic :: System :: Emulators",
"Topic :: System :: Hardware",
"Topic :: Utilities",
]
dependencies = [
"hdlConvertorAst>=1.0",
"hwtSimApi>=1.3",
"ipCorePackager>=0.6",
"natsort>=8.4.0",
"pyDigitalWaveTools>=1.1",
]
license = {text = "MIT"}
requires-python = ">=3.12"

[project.urls]
Homepage = "https://github.com/Nic30/hwt"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant