Skip to content
This repository was archived by the owner on Dec 30, 2019. It is now read-only.

Commit b9a7b80

Browse files
author
Joshua Li
committed
v2.0.2
1 parent dda5577 commit b9a7b80

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Python interface to Library Genesis. Only the LibGen/Sci-Tech database is supported.
88

9-
**This project is archived as of the 2.0.1 release.** I am willing to make or accept pull requests for small maintenance releases if they are trivial, but any changes required due to major/breaking changes with libgen's internals will not be implemented.
9+
**This project is largely unmaintained as of the 2.0.2 release.** I am willing to make or accept pull requests for small maintenance releases if they are trivial, but any changes required due to major/breaking changes with libgen's internals will not be implemented.
1010

1111

1212
## Installation

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
requests==2.21.0
1+
requests==2.22.0

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import find_packages
44
from setuptools import setup
55

6-
version = "2.0.1"
6+
version = "2.0.2"
77
url = "https://github.com/JoshuaRLi/pylibgen"
88

99
here = os.path.abspath(os.path.dirname(__file__))
@@ -50,7 +50,7 @@
5050
"dev": dev_requires,
5151
},
5252
classifiers=[
53-
"Development Status :: 4 - Beta",
53+
"Development Status :: 7 - Inactive",
5454
"Intended Audience :: Developers",
5555
"Topic :: Software Development",
5656
"Natural Language :: English",

0 commit comments

Comments
 (0)