Skip to content

Commit 3cc2099

Browse files
authored
Merge pull request #5 from rastagan-git/agent/add-mit-license
Add MIT license and package metadata
2 parents 986fecb + d062549 commit 3cc2099

4 files changed

Lines changed: 42 additions & 1 deletion

File tree

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2026 Tianyuan Chen
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README-CN.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,3 +193,11 @@ CI 会在 Ubuntu 与 Windows 上使用 Python 3.11 和 3.13 执行上述检查
193193
- 不得绕过 CAPTCHA、身份验证、付费墙或其他访问控制。
194194
-`not_found``invalid_input``http_error``network_error``parse_error``missing_data``data_error``partial``blocked``skipped` 视为不同结果。
195195
- 在统计、化学信息学或机器学习工作中使用前,核对来源记录与生物学适用范围。
196+
197+
## 许可证
198+
199+
AromaNexus 的源代码与原创文档采用 [MIT License](LICENSE) 授权。
200+
201+
该许可证不会授予任何第三方数据集、网站内容、数据源响应或生成数据集的使用权。
202+
通过 PubChem、NIST、Pyrfume、M2OR、MFFI、ChemicalBook 或其他来源取得的
203+
数据,仍分别受各来源适用的条款、许可证及使用限制约束。

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,3 +193,13 @@ CI runs those checks on Ubuntu and Windows with Python 3.11 and 3.13. Tests use
193193
- Never bypass CAPTCHA, authentication, paywalls, or other access controls.
194194
- Treat `not_found`, `invalid_input`, `http_error`, `network_error`, `parse_error`, `missing_data`, `data_error`, `partial`, `blocked`, and `skipped` as different outcomes.
195195
- Validate provenance and biological scope before using exports in statistics, cheminformatics, or machine-learning work.
196+
197+
## License
198+
199+
AromaNexus source code and original documentation are licensed under the
200+
[MIT License](LICENSE).
201+
202+
This license does not grant rights to third-party datasets, website content,
203+
provider responses, or generated datasets. Data obtained from PubChem, NIST,
204+
Pyrfume, M2OR, MFFI, ChemicalBook, or other providers remains subject to each
205+
provider's applicable terms, licenses, and usage restrictions.

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
[build-system]
2-
requires = ["setuptools>=69"]
2+
requires = ["setuptools>=77.0.3"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "aromanexus"
77
version = "0.3.0"
88
description = "Provenance-aware integration for odorant, flavor-molecule, and olfactory-receptor data"
99
readme = "README.md"
10+
license = "MIT"
11+
license-files = ["LICENSE"]
1012
requires-python = ">=3.11"
1113
dependencies = [
1214
"beautifulsoup4>=4.12",

0 commit comments

Comments
 (0)