-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
43 lines (43 loc) · 1.3 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
36
37
38
39
40
41
42
43
[metadata]
name = file-update
version = 1.2
description = Updates multiple copies of a file residing in different directories
url = https://www.github.com/falbloshi/file-update
author = Faris Al-Bloshi
author_email = [email protected]
license = MIT
license_files = LICENSE
keywords = update, file, copy, share
platforms = Linux, Windows
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Education
Intended Audience :: End Users/Desktop
Intended Audience :: System Administrators
License :: OSI Approved :: MIT License
Operating System :: Microsoft :: Windows
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[options]
zip_safe = False
setup_requires =
setuptools >= 51.0.0
python_requires >= 3.6.0
include_package_data = true
packages = find:
package_dir =
=src
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
file-update = file_update.__main__:start
fud = file_update.__main__:start