-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
36 lines (33 loc) · 878 Bytes
/
setup.cfg
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
36
[metadata]
name = pent
description = Alternative Command Line Interface for Pipenv
url = https://github.com/uranusjr/pent
author = Tzu-ping Chung
author_email = uranusjr@gmail.com
long_description = file: README.rst
license = ISC License
keywords =
pipenv
pipfile
classifier =
Development Status :: 1 - Planning
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: ISC License (ISCL)
Operating System :: OS Independent
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Topic :: Software Development :: Libraries :: Python Modules
[options]
zip_safe = false
python_requires = >= '3.5'
install_requires =
click>=6.0
pipenv>=2018.7.1
pythonfinder>=0.1.4
virtualenv
[options.entry_points]
console_scripts =
pent=pent.__main__:cli
[bdist_wheel]
universal = 1