-
Notifications
You must be signed in to change notification settings - Fork 3
/
.pypi-template
35 lines (35 loc) · 970 Bytes
/
.pypi-template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
a_description_for_the_package: a collection of tools to work with BPMN
classifiers:
- 'Development Status :: 4 - Beta'
- 'Intended Audience :: Developers'
- 'Programming Language :: Python :: 3'
- 'Programming Language :: Python :: 3.8'
- 'Programming Language :: Python :: 3.9'
- 'Programming Language :: Python :: 3.10'
- 'Programming Language :: Python :: 3.11'
console_scripts:
- bpmn-tool=bpmn_tools.__main__:cli
first_year_of_publication: '2023'
github_account: christophevg
github_repo_name: bpmn-tools
keywords_describing_the_package: bpmn tools
license: MIT
package_module_name: bpmn_tools
package_name: bpmn-tools
package_tagline: a collection of tools to work with BPMN
package_title: BPMN Tools
readme: .github/README.md
requires:
- fire
- xmltodict
- colorama
- graphviz
scripts: []
skip:
- docs
- tests
- (package_module_name)
your_author_name: Christophe VG
your_email_address: [email protected]
your_full_name: Christophe VG
your_name: Christophe VG