We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ee0b6 commit f27baceCopy full SHA for f27bace
setup.cfg
@@ -0,0 +1,2 @@
1
+[metadata]
2
+description-file = README.md
setup.py
@@ -1,4 +1,5 @@
-from distutils.core import setup
+#!/usr/bin/env python
+from setuptools import setup
3
4
setup(
5
name='django-mako',
@@ -7,7 +8,7 @@
7
8
install_requires=['Mako==1.0.7'],
9
classifiers=[
10
'Development Status :: 5 - Production/Stable',
- 'Intended Audience :: Django Developers',
11
+ 'Intended Audience :: Developers',
12
'Operating System :: OS Independent',
13
'Programming Language :: Python',
14
],
0 commit comments