mirror of
https://github.com/vale981/melpazoid
synced 2025-03-04 08:51:39 -05:00
12 lines
306 B
Python
12 lines
306 B
Python
from setuptools import setup
|
|
|
|
setup(
|
|
name='melpazoid',
|
|
version='0.0',
|
|
description='For testing Emacs packages.',
|
|
author='D. Chris Rayner',
|
|
author_email='dchrisrayner@gmail.com',
|
|
packages=['melpazoid'],
|
|
license='GPL-3.0-or-later',
|
|
url='https://github.com/riscy/melpazoid',
|
|
)
|