Skip to content

Commit

Permalink
PKG #347
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jul 12, 2020
1 parent 297c9e4 commit 52a4014
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ include apstools/_version.py
include apstools/beamtime/apsbss.adl
include apstools/beamtime/apsbss.db
include apstools/beamtime/apsbss.ui
include apstools/beamtime/apsbss_ioc.sh
10 changes: 2 additions & 8 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description-file = README.md

[egg_info]
tag_build =
tag_build =
tag_date = false

[aliases]
Expand All @@ -14,10 +14,4 @@ style = pep440
versionfile_source = apstools/_version.py
versionfile_build = apstools/_version.py
tag_prefix =
parentdir_prefix = apstools-

[options.data_files]
apstools/beamtime =
apstools/beamtime/apsbss.adl
apstools/beamtime/apsbss.db
apstools/beamtime/apsbss.ui
parentdir_prefix = apstools-
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
name = package.__project__,
#platforms = package.__platforms__,
packages = find_packages(exclude=package.__exclude_project_dirs__),
include_package_data=True,
url = package.__url__,
version = versioneer.get_version(),
cmdclass = versioneer.get_cmdclass(),
Expand Down

0 comments on commit 52a4014

Please sign in to comment.