Skip to content

Commit f87a652

Browse files
committed
update package metadata
1 parent 55dffb9 commit f87a652

File tree

3 files changed

+21
-7
lines changed

3 files changed

+21
-7
lines changed

MANIFEST.in

-1
This file was deleted.

docs/source/CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10+
## [3.6.1] - 2023.12.11
11+
12+
### Fix
13+
14+
- LICENCE on PyPi.
15+
16+
### Add
17+
18+
- Extra metadata to the package.
19+
1020
## [3.6.0] - 2023.12.07
1121

1222
### Added
@@ -432,7 +442,8 @@ Print the starting date when MolDrug is called from the command line.
432442
- Minor code cleaning.
433443
- Better code covered during testing
434444

435-
[unreleased]: https://github.com/ale94mleon/MolDrug/compare/3.6.0...HEAD
445+
[unreleased]: https://github.com/ale94mleon/MolDrug/compare/3.6.1...HEAD
446+
[3.6.1]: https://github.com/ale94mleon/MolDrug/compare/3.6.0...3.6.1
436447
[3.6.0]: https://github.com/ale94mleon/MolDrug/compare/3.5.0...3.6.0
437448
[3.5.0]: https://github.com/ale94mleon/MolDrug/compare/3.4.0...3.5.0
438449
[3.4.0]: https://github.com/ale94mleon/MolDrug/compare/3.3.0...3.4.0

pyproject.toml

+9-5
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ requires=[
66
build-backend = "setuptools.build_meta"
77

88
[project.urls]
9-
"Hompage" = "https://github.com/ale94mleon/moldrug"
10-
"Discussions" = "https://github.com/ale94mleon/moldrug/discussions"
11-
"Documentation" = "https://moldrug.readthedocs.io/en/latest/"
12-
"Issues" = "https://github.com/ale94mleon/moldrug/issues"
9+
Hompage = "https://github.com/ale94mleon/moldrug"
10+
Documentation = "https://moldrug.readthedocs.io/en/latest/"
11+
Discussions = "https://github.com/ale94mleon/moldrug/discussions"
12+
Issues = "https://github.com/ale94mleon/moldrug/issues"
13+
Changelog = "https://github.com/ale94mleon/MolDrug/blob/main/docs/source/CHANGELOG.md"
1314

1415
[project]
1516
name = "moldrug"
@@ -24,6 +25,7 @@ authors=[
2425
classifiers = [
2526
"Development Status :: 4 - Beta",
2627
"Operating System :: OS Independent",
28+
"Intended Audience :: Science/Research",
2729
"License :: OSI Approved :: Apache Software License",
2830
"Programming Language :: Python :: 3",
2931
"Programming Language :: Python :: 3.8",
@@ -57,6 +59,9 @@ dependencies = [
5759
"scipy", # a meeko dependency
5860
]
5961

62+
[project.license]
63+
file = "LICENSE"
64+
6065
[project.optional-dependencies]
6166
dev = ["requests", "pytest"]
6267

@@ -94,7 +99,6 @@ moldrug = [
9499

95100
]
96101

97-
98102
[project.scripts]
99103
moldrug = "moldrug.cli:__moldrug_cmd"
100104
constrainconf_moldrug = "moldrug.cli:__constraintconf_cmd"

0 commit comments

Comments
 (0)