-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
35 lines (33 loc) · 1.11 KB
/
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
[metadata]
name = dsi-utils
version = 0.1
url = http://dsimidzija.github.io/
project_urls =
Documentation = https://github.com/dsimidzija/python-dsi-utils/blob/master/README.rst
Code = https://github.com/dsimidzija/python-dsi-utils
Issue tracker = https://github.com/dsimidzija/python-dsi-utils/issues
license = GPLv3
author = Dusko Simidzija
maintainer = Dusko Simidzija
description = A simple set of personal utils, helpers, and scripts for python dev and other purposes.
long_description = file: README.rst
long_description_content_type = text/x-rst
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Framework :: Pytest
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Programming Language :: Python
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Utilities
[options]
packages = find:
include_package_data = true
python_requires = >= 3.6
# Dependencies are in setup.py for GitHub's dependency graph.
[options.entry_points]
console_scripts =
dsi = dsi.cli:main
pytest11 =
dsi-utils = dsi.pytest