-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
26 lines (24 loc) · 879 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
[metadata]
name = advanced_macro_calculator
version = 1.0.4
author = Michael Trovato
author_email = mtrovato@advancedmacrocalculator.com
description = An advanced macronutrient and calorie calculator to help achieve desired body composition.
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
project_urls =
Website = https://advancedmacrocalculator.com
Source = https://github.com/michael-trovato/advanced-macro-calculator
Tracker = https://github.com/michael-trovato/advanced-macro-calculator/issues
[options]
packages = find:
install_requires =
python_requires = >=3.6
[options.entry_points]
console_scripts =
advanced_macro_calculator = advanced_macro_calculator.__main__:main