1+ [project ]
2+ name = " django-fixture-magic"
3+ description = " A few extra management tools to handle fixtures."
4+ authors = [
5+ { name: "Dave Dash",
email =
" [email protected] " }
6+ ]
7+ license = {file = LICENSE}
8+ readmd = " README.rst"
9+ requires-python = " >= 2.6"
10+ classifiers = [
11+ " Development Status :: 4 - Beta" ,
12+ " Environment :: Web Environment" ,
13+ " Framework :: Django" ,
14+ " Framework :: Django :: 1.8" ,
15+ " Framework :: Django :: 1.9" ,
16+ " Framework :: Django :: 1.10" ,
17+ " Framework :: Django :: 1.11" ,
18+ " Framework :: Django :: 2.0" ,
19+ " Framework :: Django :: 2.1" ,
20+ " Intended Audience :: Developers" ,
21+ " License :: OSI Approved :: BSD License" ,
22+ " Operating System :: OS Independent" ,
23+ " Programming Language :: Python :: 2" ,
24+ " Programming Language :: Python :: 3" ,
25+ " Topic :: Software Development :: Libraries :: Python Modules"
26+ ]
27+ dependencies = [
28+ " future==0.15.2"
29+ ]
30+
31+
32+ [project .optional-dependencies ]
33+ test = [
34+ " pytest==2.3.5"
35+ "pytest-cov==1.6"
36+ ]
37+
38+
39+ [project .urls ]
40+ documentation = http://github.com/davedash/django-fixture-magic
41+ homepage = http://github.com/davedash/django-fixture-magic
42+ repository = http://github.com/davedash/django-fixture-magic
43+ tracker = http://github.com/davedash/django-fixture-magic/issues
44+
45+
46+ [build-system ]
47+ requires = [" setuptools" , " setuptools_scm[toml]>=6.2" ]
48+ build-backend = " setuptools.build_meta"
49+
50+
51+ [tool .setuptools_scm ]
52+ write_to = " fixture_magic/_version.py"
53+ git_describe_command = " git describe --dirty --tags --long --match v* --first-parent"
0 commit comments