-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
35 lines (32 loc) · 1.04 KB
/
setup.cfg
File metadata and controls
35 lines (32 loc) · 1.04 KB
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
[metadata]
name = pynstal
version = 0.1.4
description = CLI utility to manage Python virtual environments with auto-detection
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/sho96/PythonProjectManager
author = sho96
author_email = shotaro962008@gmail.com
license_files = LICENSE
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Operating System :: OS Independent
Topic :: System :: Systems Administration
Topic :: Utilities
keywords = python virtualenv venv management cli
[options]
packages = find:
include_package_data = True
python_requires = >=3.10
[options.package_data]
pythonprojectmanager = templates.json
[options.entry_points]
console_scripts =
pynstal = pythonprojectmanager.main:cli