Skip to content

Commit

Permalink
Temporally remove installing other files
Browse files Browse the repository at this point in the history
  • Loading branch information
juga0 committed Aug 26, 2017
1 parent ccf7c0e commit 17f9823
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
# Copyright 2016, 2017 juga (juga at riseup dot net), MIT license.

"""Setup."""
import sys
from setuptools import find_packages, setup

import dhcpcanon


setup(
name='dhcpcanon',
version=dhcpcanon.__version__,
Expand Down Expand Up @@ -35,10 +36,6 @@
'dhcpcanon = dhcpcanon.dhcpcanon:main',
]
},
data_files=[
('/run/tmpfiles.d/', ['data/dhcpcanon.conf']),
('/lib/systemd/system', ['data/dhcpcanon.service']),
],
include_package_data=True,
keywords='python scapy dhcp RFC7844 RFC2131 anonymity',
classifiers=[
Expand Down

0 comments on commit 17f9823

Please sign in to comment.