Skip to content

Commit 652f33f

Browse files
author
Saurabh Kumar
committed
setup.py: add description file and keywork
1 parent a4787d9 commit 652f33f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[flake8]
22
max-line-length = 120
33
exclude = .tox,.git,venv,docs
4+
5+
[metadata]
6+
description-file = README.md

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
author="Saurabh Kumar",
1111
author_email="me+github@saurabh-kumar.com",
1212
url="http://github.com/theskumar/python-dotenv",
13+
keywords=['environment variables', 'deployments', 'settings', 'env', 'dotenv',
14+
'configurations', 'python'],
1315
py_modules=['dotenv'],
1416
install_requires=[
1517
'click>=3.0',
@@ -39,11 +41,12 @@
3941
'Programming Language :: Python :: 3.1',
4042
'Programming Language :: Python :: 3.2',
4143
'Programming Language :: Python :: 3.3',
44+
'Programming Language :: Python :: 3.4',
4245
'Intended Audience :: Developers',
4346
'Intended Audience :: System Administrators',
4447
'License :: OSI Approved :: BSD License',
4548
'Operating System :: OS Independent',
46-
# 'Topic :: System :: Systems Administration',
49+
'Topic :: System :: Systems Administration',
4750
'Topic :: Utilities',
4851
'Environment :: Web Environment',
4952
# 'Framework :: Django',

0 commit comments

Comments
 (0)