Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
AadilLatif committed Mar 22, 2024
1 parent d7c0bc5 commit 91f2769
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Export/*
ProjectFiles/*/pydss Settings/*
ProjectFiles/*/pydss
Settings/*
__pycache__/*
*/__pycache__/*
__pycache__
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ FROM python:3.7.0-slim
RUN apt-get update

# Copy the source code
COPY . /PyDSS
COPY . /pydss

# Change directory to the src folder
WORKDIR /PyDSS
WORKDIR /pydss

RUN pip install --upgrade setuptools
RUN pip install --upgrade pip
Expand Down
1 change: 0 additions & 1 deletion _config.yml

This file was deleted.

Binary file removed dist/dsspy-3.1.1-py3-none-any.whl
Binary file not shown.
Binary file removed dist/dsspy-3.1.1.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ path = "pydss/__init__.py"

[tool.hatch.build.targets.sdist]
include = [
"pydss",
"/pydss",
]

[tool.hatch.build.targets.wheel]
packages = ["pydss"]
packages = ["/pydss"]

0 comments on commit 91f2769

Please sign in to comment.