Skip to content

Commit

Permalink
pypi init
Browse files Browse the repository at this point in the history
  • Loading branch information
Lin-jun-xiang committed Sep 21, 2023
1 parent dc08b9d commit 105c7ee
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-python@v3
- name: Install dependencies
run: |
pip install -e .
pip install sphinx sphinx_rtd_theme
- name: Sphinx build
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.zh-TW.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--------------------------------
<p align="center">
<img src='./static/images/pyGA4_logo.PNG' width='60%' />
<img src='https://github.com/Lin-jun-xiang/pyga4/blob/main/static/images/pyGA4_logo.PNG?raw=true' width='60%' />
</p>

[English version](README.md) | [Chinese version README.md](README.zh-TW.md)
Expand Down
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import os
import sys
sys.path.insert(0, os.path.abspath('../..'))
sys.path.insert(0, os.path.abspath('../..//pyga4'))

# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
pyga4's documentation!
======================

.. automodule:: pya4.model.bigquery
.. automodule:: pyga4.model.bigquery
:members:
:undoc-members:
:show-inheritance:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ matplotlib = "3.6.2"
pandas = "1.5.3"
protobuf = "4.24.3"
pycryptodome = "3.18.0"
pyga4 = "0.1.0"

[build-system]
requires = ["poetry-core"]
Expand Down
4 changes: 0 additions & 4 deletions requirements.txt

This file was deleted.

0 comments on commit 105c7ee

Please sign in to comment.