mirror of
https://github.com/kennethreitz/records.git
synced 2026-06-05 06:46:17 +00:00
Update version number to 0.6.0 and remove Python 2 support
This commit is contained in:
@@ -52,7 +52,7 @@ requires = [
|
|||||||
"openpyxl>2.6.0", # https://github.com/kennethreitz-archive/records/pull/184#issuecomment-606207851
|
"openpyxl>2.6.0", # https://github.com/kennethreitz-archive/records/pull/184#issuecomment-606207851
|
||||||
"docopt",
|
"docopt",
|
||||||
]
|
]
|
||||||
version = "0.5.3"
|
version = "0.6.0"
|
||||||
|
|
||||||
|
|
||||||
def read(f):
|
def read(f):
|
||||||
@@ -88,8 +88,6 @@ setup(
|
|||||||
"Natural Language :: English",
|
"Natural Language :: English",
|
||||||
"License :: OSI Approved :: ISC License (ISCL)",
|
"License :: OSI Approved :: ISC License (ISCL)",
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
"Programming Language :: Python :: 2",
|
|
||||||
"Programming Language :: Python :: 2.7",
|
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"Programming Language :: Python :: 3.4",
|
"Programming Language :: Python :: 3.4",
|
||||||
"Programming Language :: Python :: 3.5",
|
"Programming Language :: Python :: 3.5",
|
||||||
|
|||||||
Reference in New Issue
Block a user