mirror of
https://github.com/rodneyosodo/automating-home-lights.git
synced 2026-06-23 04:10:15 +00:00
Removing Makefile setup.py tox.ini
Signed-off-by: 0x6f736f646f <blackd0t@protonmail.com>
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name='project',
|
||||
version='0.0.1',
|
||||
url='url',
|
||||
license='MIT',
|
||||
author='author',
|
||||
author_email='email',
|
||||
description='description',
|
||||
long_description='long_description',
|
||||
packages=['project'],
|
||||
platforms='any',
|
||||
classifiers=[
|
||||
'Development Status :: 4 - Beta',
|
||||
'Environment :: Web Environment',
|
||||
'Intended Audience :: Developers',
|
||||
'License :: OSI Approved :: BSD License',
|
||||
'Operating System :: OS Independent',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules'
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user