mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-12-15 13:35:41 +01:00
v0.1.1
This commit is contained in:
7
setup.py
7
setup.py
@@ -1,15 +1,16 @@
|
||||
from setuptools import setup, find_packages
|
||||
from nhentai import __version__, __author__, __email__
|
||||
|
||||
with open('requirements.txt') as f:
|
||||
requirements = [l for l in f.read().splitlines() if l]
|
||||
|
||||
setup(
|
||||
name='nhentai',
|
||||
version='0.1',
|
||||
version=__version__,
|
||||
packages=find_packages(),
|
||||
|
||||
author='Ricter',
|
||||
author_email='ricterzheng@gmail.com',
|
||||
author=__author__,
|
||||
author_email=__email__,
|
||||
keywords='nhentai, dojinshi',
|
||||
description='nhentai.net dojinshis downloader',
|
||||
url='https://github.com/RicterZ/nhentai',
|
||||
|
||||
Reference in New Issue
Block a user