Skip to content

Commit 0e07f6d

Browse files
committed
use src structure
1 parent 2b4ff0a commit 0e07f6d

75 files changed

Lines changed: 6 additions & 6 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
.pytest_cache
1212

1313
# Generated
14-
/pyvecorg/_build
15-
/pyvecorg/data/members_list.yml
16-
/pyvecorg/static/img/avatars
14+
/src/pyvecorg/_build
15+
/src/pyvecorg/data/members_list.yml
16+
/src/pyvecorg/static/img/avatars
1717

1818
# Private
19-
google_service_account.json
19+
/src/pyvecorg/google_service_account.json
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def generate_yaml(data):
6565
yaml_contents = dedent('''\
6666
#
6767
# This file has been generated from external sources
68-
# using `pipenv run build`. Do not edit it manually!
68+
# using `uv run python -m pyvecorg build`. Do not edit it manually!
6969
#
7070
''')
7171
return yaml_contents + yaml.dump(data, allow_unicode=True)
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)