Loading setup.py +0 −4 Original line number Diff line number Diff line from setuptools import setup, find_packages import os ldesc = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read() setup( name='archversion', version=0, description='Archlinux Version Controller', long_description=ldesc, author='Sébastien Luttringer', license='GPL2', install_requires = ['xdg'], Loading Loading
setup.py +0 −4 Original line number Diff line number Diff line from setuptools import setup, find_packages import os ldesc = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read() setup( name='archversion', version=0, description='Archlinux Version Controller', long_description=ldesc, author='Sébastien Luttringer', license='GPL2', install_requires = ['xdg'], Loading