forked from wgahnagl/valentine
-
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 = valentine
version = attr: valentine.__version__
url = https://github.com/jwflory/valentine
author = Skyler Jane Clark, Justin W. Flory
license = Other/Proprietary License
description = Draw swirls of hearts and print an expression of affection
long_description = file: README.md
long_description_content_type = text/markdown
keywords = valentine, cute, love, turtle
classifiers =
Development Status :: 6 - Mature
Intended Audience :: Developers
Intended Audience :: End Users/Desktop
Intended Audience :: Other Audience
License :: Other/Proprietary License
Operating System :: OS Independent
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Topic :: Artistic Software
Topic :: Multimedia :: Graphics
[options]
zip_safe = False
include_package_data = True
packages = find:
[options.entry_points]
console_scripts =
valentine = valentine.valentine:main
[options.package_data]
* = *.txt, *.rst