Skip to content

Commit 462b523

Browse files
authored
Update setup.py
1 parent 1388d9d commit 462b523

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
]
3030

3131
setup(
32-
name='juneso-analytics-python',
32+
name='june-analytics-python',
3333
version=VERSION,
3434
url='https://github.com/juneHQ/analytics-python',
3535
author='June',
36-
author_email='work@june.so',
36+
author_email='eng@june.so',
3737
maintainer='June',
38-
maintainer_email='work@june.so',
38+
maintainer_email='eng@june.so',
3939
test_suite='analytics.test.all',
4040
packages=['june.analytics', 'analytics.test'],
4141
python_requires='>=3.6.0',
@@ -52,9 +52,9 @@
5252
"License :: OSI Approved :: MIT License",
5353
"Operating System :: OS Independent",
5454
"Programming Language :: Python",
55-
"Programming Language :: Python :: 3.6",
5655
"Programming Language :: Python :: 3.7",
5756
"Programming Language :: Python :: 3.8",
5857
"Programming Language :: Python :: 3.9",
58+
"Programming Language :: Python :: 3.10",
5959
],
6060
)

0 commit comments

Comments
 (0)