mirror of
https://github.com/django-components/django-components.git
synced 2025-07-16 04:54:59 +00:00
Use tox to test
This commit is contained in:
parent
f219370be2
commit
bc2950e1b4
4 changed files with 19 additions and 9 deletions
12
setup.py
Normal file
12
setup.py
Normal file
|
@ -0,0 +1,12 @@
|
|||
from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name='django-components',
|
||||
packages=find_packages(exclude='tests'),
|
||||
classifiers=[
|
||||
'Private :: Do Not Upload',
|
||||
],
|
||||
install_requires=[
|
||||
'Django>=1.5'
|
||||
],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue