@@ -23,7 +23,7 @@ def read(*names, **kwargs):
23
23
24
24
setup (
25
25
name = "scenario-builder" ,
26
- version = "v0.0.1 " ,
26
+ version = "v0.0.2 " ,
27
27
license = "MIT" ,
28
28
description = (
29
29
"Tools to build scenario inputs from historical data or"
@@ -36,6 +36,7 @@ def read(*names, **kwargs):
36
36
),
37
37
re .sub (":[a-z]+:`~?(.*?)`" , r"``\1``" , read ("CHANGELOG.rst" )),
38
38
),
39
+ long_description_content_type = "text/x-rst" ,
39
40
author = "reegis" ,
40
41
41
42
url = "https://github.com/reegis/scenario_builder" ,
@@ -53,9 +54,9 @@ def read(*names, **kwargs):
53
54
"Operating System :: Microsoft :: Windows" ,
54
55
"Programming Language :: Python" ,
55
56
"Programming Language :: Python :: 3" ,
56
- "Programming Language :: Python :: 3.6" ,
57
57
"Programming Language :: Python :: 3.7" ,
58
58
"Programming Language :: Python :: 3.8" ,
59
+ "Programming Language :: Python :: 3.9" ,
59
60
"Topic :: Utilities" ,
60
61
],
61
62
project_urls = {
@@ -68,13 +69,13 @@ def read(*names, **kwargs):
68
69
keywords = [
69
70
# eg: 'keyword1', 'keyword2', 'keyword3',
70
71
],
71
- python_requires = ">=3.6 " ,
72
+ python_requires = ">=3.7 " ,
72
73
install_requires = [
73
74
"pandas" ,
74
75
],
75
76
extras_require = {
76
77
"reegis" : [
77
- "reegis@https://github.com/reegis/reegis/archive/master.zip"
78
+ "reegis" ,
78
79
]
79
80
# 'rst': ['docutils>=0.11'],
80
81
# ':python_version=="2.6"': ['argparse'],
0 commit comments