Skip to content

Commit

Permalink
Update project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTitu committed Mar 12, 2024
1 parent b4710a1 commit 41a2892
Show file tree
Hide file tree
Showing 18 changed files with 1,022 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
pip install pytest &&
pip install pytest-asyncio &&
python -m pytest onepassword/*.py
python -m pytest sdk/onepassword/*.py
- name: Lint with Ruff
run: |
Expand Down
3 changes: 0 additions & 3 deletions MANIFEST.in

This file was deleted.

14 changes: 0 additions & 14 deletions onepassword/core.py

This file was deleted.

5 changes: 1 addition & 4 deletions setup.py → op_uniffi_core_linux_amd64/setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
from setuptools import setup, find_packages

setup(
name='onepassword',
name='op_uniffi_lib_mac_arm64',
version='0.1.0',
packages=find_packages(),
author='1Password',
url='https://github.com/1Password/onepassword-sdk-python',
install_requires=[
"libop_uniffi_core;platform_system=='Darwin'",
],
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
File renamed without changes.
Loading

0 comments on commit 41a2892

Please sign in to comment.