Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 933b4f2

Browse files
authored
Update package config (#54)
1 parent 3082c29 commit 933b4f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import find_packages
55
from setuptools import setup
66

7-
VERSION = ('0', '5', '0')
7+
VERSION = ('0', '5', '1')
88
__version__ = '.'.join(VERSION)
99

1010
with open('README.md') as f:
@@ -20,6 +20,7 @@
2020
include_package_data=True,
2121
install_requires=requirements,
2222
long_description=readme,
23+
long_description_content_type='text/markdown',
2324
name='objectrocket',
2425
packages=find_packages(exclude=['tests*']),
2526
url='https://github.com/objectrocket/python-client/',
@@ -31,8 +32,7 @@
3132
'Natural Language :: English',
3233
'Operating System :: OS Independent',
3334
'Programming Language :: Python :: 2.7',
34-
'Programming Language :: Python :: 3.3',
35-
'Programming Language :: Python :: 3.4',
35+
'Programming Language :: Python :: 3.7',
3636
'Topic :: Database'
3737
)
3838
)

0 commit comments

Comments
 (0)