Skip to content

Commit

Permalink
Skeleton reconfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
bswck committed Apr 10, 2024
1 parent 4c67e9b commit 18e7bfc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 81 deletions.
4 changes: 2 additions & 2 deletions .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cli: false
copyright: Bartosz Sławecki
description: Install Python packages into volatile memory.
docs: true
email: bswck.dev@gmail.com
email: bartoszpiotrslawecki@gmail.com
github: bswck
license: GPL-3.0
package: mempip
Expand All @@ -15,7 +15,7 @@ pypi_description: Install Python packages into volatile memory.
pypi_project: mempip
pypy: true
python: '3.8'
python_until: '3.13'
python_until: ''
repo: mempip
rtd: mempip
tests: true
Expand Down
78 changes: 2 additions & 76 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name = "mempip"
version = "0.0.0"
description = "Install Python packages into volatile memory."
authors = ["bswck <bswck.dev@gmail.com>"]
authors = ["bswck <bartoszpiotrslawecki@gmail.com>"]
license = "GPL-3.0"
readme = "README.md"
packages = [{ include = "mempip/" }]
Expand All @@ -19,8 +19,7 @@ Distribution = "https://pypi.org/project/mempip/"
Coverage = "https://coverage-badge.samuelcolvin.workers.dev/redirect/bswck/mempip"

[tool.poetry.dependencies]
python = ">=3.8,<3.13"
pip-tools = "^7.3.0"
python = ">=3.8"

[tool.poetry.group.dev.dependencies]

Expand Down

0 comments on commit 18e7bfc

Please sign in to comment.