Skip to content

Commit 5de5ab6

Browse files
Update packaging to remove MANIFEST
Signed-off-by: Lucas Heitzmann Gabrielli <lucas@flexcompute.com>
1 parent eb44a43 commit 5de5ab6

4 files changed

Lines changed: 12 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

MANIFEST.in

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,11 @@ with smooth boundaries.
8989
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
9090
> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
9191
> DEALINGS IN THE SOFTWARE.
92+
93+
94+
## Changelog
95+
96+
### v1.1.0 - 2025-03-04
97+
98+
- Added Electrical interfaces.
99+
- Added TM port specification for 1310 nm with 350 nm width.

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ homepage = "https://github.com/flexcompute/siepic-forge"
1414
documentation = "https://github.com/flexcompute/siepic-forge"
1515

1616
[tool.setuptools]
17-
packages = ["siepic_forge"]
17+
packages = ["siepic_forge", "siepic_forge.library.EBeam", "siepic_forge.library.EBeam_SiN"]
18+
19+
[tool.setuptools.package-data]
20+
siepic_forge = ["library/*/*.gds"]
1821

1922
[tool.black]
2023
line-length = 100

0 commit comments

Comments
 (0)