Skip to content

Commit 5567555

Browse files
authored
Merge pull request #30 from adafruit/setup-py-disabled
Update setup.py.disabled
2 parents efe34d9 + af8b3ee commit 5567555

File tree

1 file changed

+3
-61
lines changed

1 file changed

+3
-61
lines changed

setup.py.disabled

Lines changed: 3 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,4 @@
1-
"""A setuptools based setup module.
2-
3-
See:
4-
https://packaging.python.org/en/latest/distributing.html
5-
https://github.com/pypa/sampleproject
61
"""
7-
8-
from setuptools import setup, find_packages
9-
# To use a consistent encoding
10-
from codecs import open
11-
from os import path
12-
13-
here = path.abspath(path.dirname(__file__))
14-
15-
# Get the long description from the README file
16-
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
17-
long_description = f.read()
18-
19-
setup(
20-
name='adafruit-circuitpython-testrepo',
21-
22-
use_scm_version=True,
23-
setup_requires=['setuptools_scm'],
24-
25-
description='This repo exists solely for test purposes!',
26-
long_description=long_description,
27-
long_description_content_type='text/x-rst',
28-
29-
# The project's main homepage.
30-
url='https://github.com/adafruit/Adafruit_CircuitPython_TestRepo',
31-
32-
# Author details
33-
author='Adafruit Industries',
34-
author_email='[email protected]',
35-
36-
install_requires=['Adafruit-Blinka'
37-
],
38-
39-
# Choose your license
40-
license='MIT',
41-
42-
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
43-
classifiers=[
44-
'Development Status :: 3 - Alpha',
45-
'Intended Audience :: Developers',
46-
'Topic :: Software Development :: Libraries',
47-
'Topic :: System :: Hardware',
48-
'License :: OSI Approved :: MIT License',
49-
'Programming Language :: Python :: 3',
50-
'Programming Language :: Python :: 3.4',
51-
'Programming Language :: Python :: 3.5',
52-
],
53-
54-
# What does your project relate to?
55-
keywords='test repo testrepo',
56-
57-
# You can just specify the packages manually here if your project is
58-
# simple. Or you can use find_packages().
59-
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
60-
# CHANGE `py_modules=['...']` TO `packages=['...']`
61-
py_modules=['adafruit_testrepo'],
62-
)
2+
This library is not deployed to PyPI. It is either a board-specific helper library, or
3+
does not make sense for use on or is incompatible with single board computers and Linux.
4+
"""

0 commit comments

Comments
 (0)