1
+ [build-system ]
2
+ requires = [
3
+ " setuptools >= 40.8.0" ,
4
+ " wheel >= 0.29.0" ,
5
+ ]
6
+ build-backend = ' setuptools.build_meta'
7
+
8
+ [project ]
9
+ name = " pulp-npm"
10
+ version = " 0.1.0a5.dev"
11
+ description = " pulp-npm plugin for the Pulp Project"
12
+ readme = " README.md"
13
+ authors = [
14
+ {
name =
" Pulp Team" ,
email =
" [email protected] " },
15
+ ]
16
+ classifiers =[
17
+ " License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)" ,
18
+ " Operating System :: POSIX :: Linux" ,
19
+ " Framework :: Django" ,
20
+ " Programming Language :: Python" ,
21
+ " Programming Language :: Python :: 3" ,
22
+ " Programming Language :: Python :: 3.8" ,
23
+ " Programming Language :: Python :: 3.9" ,
24
+ ]
25
+ requires-python = " >=3.6"
26
+ dependencies = [
27
+ " pulpcore>=3.28.15,<3.70" ,
28
+ ]
29
+
30
+ [project .urls ]
31
+ Homepage = " https://pulpproject.org"
32
+ Documentation = " https://pulpproject.org/pulp_npm/"
33
+ Repository = " https://github.com/pulp/pulp_npm"
34
+ "Bug Tracker" = " https://github.com/pulp/pulp_npm/issues"
35
+ Changelog = " https://pulpproject.org/pulp_npm/changes/"
36
+
37
+ [project .entry-points ."pulpcore .plugin" ]
38
+ pulp_npm = " pulp_npm:default_app_config"
39
+
40
+ [tool .setuptools .packages .find ]
41
+ where = [" ." ]
42
+
1
43
[tool .towncrier ]
2
44
package = " pulp_npm"
3
45
filename = " CHANGES.md"
@@ -10,10 +52,7 @@ underlines = ["", "", ""]
10
52
11
53
[tool .check-manifest ]
12
54
ignore = [
13
- " .bumpversion.cfg" ,
14
55
" CHANGES/**" ,
15
- " CONTRIBUTING.rst" ,
16
- " HISTORY.rst" ,
17
56
" dev_requirements.txt" ,
18
57
" doc_requirements.txt" ,
19
58
" docs/**" ,
0 commit comments