Skip to content

Commit

Permalink
fix: correct author names in pyproject.toml and LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
DongchunChen committed Feb 1, 2025
1 parent e45fde9 commit e7f2501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2025, DongchunChen
Copyright (c) 2025, Dongchun Chen, Ismail (Husain) Bhinderwala, Jingyuan Wang

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "datpro"
version = "1.1.2"
description = "EDA"
authors = ["DongchunChen, Ismail (Husain) Bhinderwala, Jingyuan Wang"]
authors = ["Dongchun Chen, Ismail (Husain) Bhinderwala, Jingyuan Wang"]
license = "MIT"
readme = "README.md"

Expand Down

0 comments on commit e7f2501

Please sign in to comment.