Skip to content

Commit

Permalink
Move project to uv
Browse files Browse the repository at this point in the history
This project is quite old and dusty. This should make it much simpler to
develop future updates. I also want to automate updates after I'm done
with the rewrite.
  • Loading branch information
emdemir committed Dec 30, 2024
1 parent a33c138 commit 447e869
Show file tree
Hide file tree
Showing 5 changed files with 250 additions and 35 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ MANIFEST
### Emacs

.log

.env
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.12
28 changes: 28 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[project]
name = "Flask-Babel-JS"
version = "1.0.3"
description = "Flask extension to add Flask-Babel translations in JS"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"flask-babel~=4.0",
"flask~=3.1",
]
classifiers = [
"Environment :: Web Environment",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
"Topic :: Software Development :: Libraries :: Python Modules",
]

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

[[tool.uv.index]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
publish-url = "https://test.pypi.org/legacy/"
35 changes: 0 additions & 35 deletions setup.py

This file was deleted.

Loading

0 comments on commit 447e869

Please sign in to comment.