8
8
9
9
from setuptools import setup , find_packages
10
10
11
- VERSION = "2 .0.0"
11
+ VERSION = "3 .0.0"
12
12
13
13
classifiers = [
14
14
"Development Status :: 5 - Production/Stable" ,
@@ -37,12 +37,12 @@ def parse_reqs_file(fname: str):
37
37
setup (
38
38
name = "caelus" ,
39
39
version = VERSION ,
40
- url = "http ://www.caelus-cml.com " ,
40
+ url = "https ://sayerhs.github.io/cpl/ " ,
41
41
license = "Apache License, Version 2.0" ,
42
42
description = "Caelus Python Library" ,
43
43
long_description = __doc__ ,
44
- author = "Applied CCM " ,
45
- maintainer = "Applied CCM " ,
44
+ author = "Shreyas Ananthan, Chris Sideroff " ,
45
+ maintainer = "Shreyas Ananthan, Chris Sideroff " ,
46
46
include_package_data = True ,
47
47
platforms = "any" ,
48
48
classifiers = classifiers ,
@@ -64,6 +64,6 @@ def parse_reqs_file(fname: str):
64
64
caelus_tutorials=caelus.scripts.caelus_tutorials:main
65
65
caelus_sim=caelus.scripts.caelus_sim:main
66
66
""" ,
67
- python_requires = '>=3.6 ' ,
67
+ python_requires = '>=3.10 ' ,
68
68
install_requires = install_requires ,
69
69
)
0 commit comments