summaryrefslogtreecommitdiff
blob: 82a8b36e2cd98e0bb9af17400538a635d570cd73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
diff --git a/setup.cfg b/setup.cfg
index 155f297..9d61d28 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,11 +1,12 @@
 [metadata]
 name = requests-unixsocket
+version = 0.2.0
 author = Marc Abramowitz
-author-email = marc@marc-abramowitz.com
+author_email = marc@marc-abramowitz.com
 summary = Use requests to talk HTTP via a UNIX domain socket
 description-file = README.rst
 license = Apache-2
-home-page = https://github.com/msabramo/requests-unixsocket
+home_page = https://github.com/msabramo/requests-unixsocket
 classifier = 
 	Development Status :: 3 - Alpha
 	Intended Audience :: Developers
@@ -22,7 +23,7 @@ classifier =
 	Programming Language :: Python :: 3.6
 test_suite = requests_unixsocket.tests
 
-[files]
+[options]
 packages = requests_unixsocket
 
 [wheel]
diff --git a/setup.py b/setup.py
index aa2d8a0..beda28e 100755
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,4 @@
 
 from setuptools import setup
 
-setup(
-    setup_requires=['pbr'],
-    pbr=True,
-)
+setup()