Show More
@@ -8,7 +8,12 b' description = "Version Control System Se' | |||||
8 | authors = [ |
|
8 | authors = [ | |
9 | {name = "RhodeCode GmbH", email = "support@rhodecode.com"}, |
|
9 | {name = "RhodeCode GmbH", email = "support@rhodecode.com"}, | |
10 | ] |
|
10 | ] | |
11 |
|
11 | keywords = [ | ||
|
12 | 'rhodecode', 'mercurial', 'git', 'svn', | |||
|
13 | 'code review', | |||
|
14 | 'repo groups', 'ldap', 'repository management', 'hgweb', | |||
|
15 | 'hgwebdir', 'gitweb', 'serving hgweb', | |||
|
16 | ] | |||
12 | license = {text = "GPL V3"} |
|
17 | license = {text = "GPL V3"} | |
13 | requires-python = ">=3.10" |
|
18 | requires-python = ">=3.10" | |
14 | dynamic = ["version", "readme", "dependencies", "optional-dependencies"] |
|
19 | dynamic = ["version", "readme", "dependencies", "optional-dependencies"] | |
@@ -27,6 +32,10 b' main = "vcsserver.http_main:main"' | |||||
27 |
|
32 | |||
28 | [tool.setuptools] |
|
33 | [tool.setuptools] | |
29 | packages = ["vcsserver"] |
|
34 | packages = ["vcsserver"] | |
|
35 | include-package-data = true | |||
|
36 | ||||
|
37 | [tool.setuptools.exclude-package-data] | |||
|
38 | "vcsserver" = ["__pycache__"] | |||
30 |
|
39 | |||
31 | [tool.setuptools.dynamic] |
|
40 | [tool.setuptools.dynamic] | |
32 | readme = {file = ["README.rst"], content-type = "text/rst"} |
|
41 | readme = {file = ["README.rst"], content-type = "text/rst"} | |
@@ -67,6 +76,7 b' skip-magic-trailing-comma = false' | |||||
67 | # Like Black, automatically detect the appropriate line ending. |
|
76 | # Like Black, automatically detect the appropriate line ending. | |
68 | line-ending = "auto" |
|
77 | line-ending = "auto" | |
69 |
|
78 | |||
|
79 | ||||
70 | [tool.bumpversion] |
|
80 | [tool.bumpversion] | |
71 | current_version = "5.4.0" |
|
81 | current_version = "5.4.0" | |
72 | parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)" |
|
82 | parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)" |
General Comments 0
You need to be logged in to leave comments.
Login now